[
http://jira.jboss.com/jira/browse/JBPORTAL-1327?page=all ]
Thomas Heute closed JBPORTAL-1327.
----------------------------------
Resolution: Rejected
Thanks for the report.
JBoss Forums is managed by a different team, they have their own Jira projetc:
http://jira.jboss.com/jira/browse/JBFORUMS
Could you open the task there please ?
a wrong comment
---------------
Key: JBPORTAL-1327
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1327
Project: JBoss Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.6.Beta1
Environment: any
Reporter: Luca Stancapiano
Fix For: 2.6.CR1
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