Title | RecentChangesPlugin Renders Incorrect HREF Attribute |
Date | 18-Aug-2006 00:19:40 EEST |
Version | v2.4.32 |
Submitter | 84.192.32.68 |
Bug criticality | MediumBug |
Browser version | safari |
Bug status | ClosedBug |
PageProvider used | |
Servlet Container | tomcat |
Operating System | |
URL | |
Java version |
RecentChangesPlugin.java at line 158 :
author = "<a href=\""+ context.getURL(WikiContext.VIEW, author ) +">"+author+"</a>";
should be
author = "<a href=\""+ context.getURL(WikiContext.VIEW, author ) +"\" >"+author+"</a>";
--DF
Already fixed in 2.4.33.
Add new attachment
Only authorized users are allowed to upload new attachments.