[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1327) a wrong comment

Luca Stancapiano (JIRA) jira-events at lists.jboss.org
Sat Mar 24 09:34:01 EDT 2007


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.Beta1


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

        



More information about the jboss-jira mailing list