[jboss-jira] [JBoss JIRA] Created: (JBFORUMS-199) a wrong comment

Luca Stancapiano (JIRA) jira-events at lists.jboss.org
Mon Mar 26 06:40:55 EDT 2007


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


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