#395 closed defect (fixed)
typo in www/admin/plugindefinitions/edit_plugin.jsp
Reported by: | Owned by: | Johan Enell | |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0.2 |
Component: | web | Version: | |
Keywords: | typo in jsp/html | Cc: |
Description
On line 143 in www/admin/plugindefinitions/edit_plugin.jsp
<td><input <%=clazz%> type="text" name="jarPath" '
Should be
<td><input <%=clazz%> type="text" name="jarPath"
A ' has sneaked in. It made later html objects not accessible from javascript in IE, but in Opera it worked well anyway.
Change History (2)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Milestone: | → BASE 2.0.2 |
---|
Note:
See TracTickets
for help on using tickets.
(In [2730]) Fixes #395. Removed stray ' character.