[
http://jira.jboss.com/jira/browse/JBFORUMS-199?page=comments#action_12357497 ]
Ryszard Kozmik commented on JBFORUMS-199:
-----------------------------------------
No problem. Thanks for checking.
a wrong comment
---------------
Key: JBFORUMS-199
URL:
http://jira.jboss.com/jira/browse/JBFORUMS-199
Project: JBoss Forums
Issue Type: Bug
Components: Forum View Layer
Affects Versions: 1.2.0 Alpha
Environment: any
Reporter: Luca Stancapiano
Assigned To: Ryszard Kozmik
Fix For: 1.2.0 Alpha
Attachments: profile_view_body.jsp
hi......there is a little bug about comment into
/src/resources/portal-forums-war/WEB-INF/subSilver/jsp/profile_view_body.jsp into the row
10 :
<!---> <a href="${n:out("U_VIEW_CATEGORY")}"
class="nav">${n:out("CATEGORY_NAME")}</a>
-> <a href="${n:out("U_VIEW_FORUM")}"
class="nav">${n:out("FORUM_NAME")}</a>-->
the first comment should to be so:
<!-- -> <a href="${n:out("U_VIEW_CATEGORY")}"
class="nav">${n:out("CATEGORY_NAME")}</a>
-> <a href="${n:out("U_VIEW_FORUM")}"
class="nav">${n:out("FORUM_NAME")}</a>-->
otherwise we see a uuuuugly sign as this : "-> -->"
I send you the patch...bye
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira