TitleRecentChangesPlugin Renders Incorrect HREF Attribute
Date18-Aug-2006 00:19:40 EEST
Versionv2.4.32
Submitter84.192.32.68
Bug criticalityMediumBug
Browser versionsafari
Bug statusClosedBug
PageProvider used
Servlet Containertomcat
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

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-3) was last changed on 18-Aug-2006 08:21 by Janne Jalkanen