Titletypo in EditLinkTag.java
Date03-Oct-2006 22:51:50 EEST
Version2.4.x.
Submitter84.10.105.116
Bug criticalityCosmeticBug
Browser version
Bug statusClosedBug
PageProvider used
Servlet Container
Operating System
URL
Java version

There is typo in EditLinkTag.java (v.1.15.), in line 136 we've got:

                     +"\" accesskey=\"" + m_accesskey + "\" title=\"" + m_title + "\"\">");
which should look like this
                     +"\" accesskey=\"" + m_accesskey + "\" title=\"" + m_title + "\">");
This mistake makes JSPWiki to render triple quotes for title attribute, like in following HTML:
<a href="/Edit.jsp?page=RecentChanges" accesskey="" title=""">Edit page</a>

fixed in v2.4.69

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-4) was last changed on 13-Oct-2006 01:20 by TomaszSzymko [RSS]