From b5ba60e72628e707152bf57a5777641ef62393f9 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 22 Oct 2007 19:55:14 -0500 Subject: [PATCH] fix another parentheses problem Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- cataloguing/additem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl index fdbd99f0d0..e06ab86be0 100755 --- a/cataloguing/additem.pl +++ b/cataloguing/additem.pl @@ -430,7 +430,7 @@ foreach my $tag (sort keys %{$tagslib}) { size=\"67\" maxlength=\"255\" onblur=\"Blur$function_name(".$subfield_data{random}."); \" \/> - ... + ... $javascript"; } else { warn "Plugin Failed: $plugin"; -- 2.39.2