bugfix: parenthesis at wrong place
authorities could not be open in MARC editor Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
bd76a1fb0f
commit
9f58a48ef2
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ sub create_input {
|
||||||
tabindex=\"1\"
|
tabindex=\"1\"
|
||||||
\/>
|
\/>
|
||||||
<a href=\"#\" class=\"buttonDot\"
|
<a href=\"#\" class=\"buttonDot\"
|
||||||
onclick=\"Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=".$tagslib->{$tag}->{$subfield}->{authtypecode}."&index=$subfield_data{id}','$subfield_data{id}'; return false;)\" title=\"Tag Editor\">...</a>
|
onclick=\"Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=".$tagslib->{$tag}->{$subfield}->{authtypecode}."&index=$subfield_data{id}','$subfield_data{id}'); return false;\" title=\"Tag Editor\">...</a>
|
||||||
";
|
";
|
||||||
# it's a plugin field
|
# it's a plugin field
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue