Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#395 closed defect (fixed)

typo in www/admin/plugindefinitions/edit_plugin.jsp

Reported by: vegardny@… 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 Changed 17 years ago by Jari Häkkinen

Resolution: fixed
Status: newclosed

(In [2730]) Fixes #395. Removed stray ' character.

comment:2 Changed 17 years ago by Jari Häkkinen

Milestone: BASE 2.0.2
Note: See TracTickets for help on using tickets.