Misplaced closing parethesis was causing javascript error with plugins
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
789eab7d43
commit
4cb09388fa
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ sub create_input {
|
|||
size=\"67\"
|
||||
maxlength=\"255\"
|
||||
onblur=\"Blur$function_name($index_tag); \" \/>
|
||||
<a href=\"#\" class=\"buttonDot\" onclick=\"Clic$function_name('$subfield_data{id}'; return false;)\" title=\"Tag Editor\">...</a>
|
||||
<a href=\"#\" class=\"buttonDot\" onclick=\"Clic$function_name('$subfield_data{id}'); return false;\" title=\"Tag Editor\">...</a>
|
||||
$javascript";
|
||||
# it's an hidden field
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue