summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authormark <mark>2009-11-24 01:11:22 +0000
committermark <mark>2009-11-24 01:11:22 +0000
commit0d68f85684a28f28dd895bd37c6a59d0bd91c496 (patch)
tree49b06c99f4c62c8b0a5ef7a939186ac6a33942e5 /httemplate/search
parentc1d9ee594c7a950e44c0bc6d7e4e25b3d62b9f7b (diff)
cust_attachment improvement, RT#4964 and #6225
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/elements/search-html.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html
index 297774dfd..c0bb721f7 100644
--- a/httemplate/search/elements/search-html.html
+++ b/httemplate/search/elements/search-html.html
@@ -346,7 +346,9 @@
% }
% $a = qq(<A HREF="$a"$onclick>);
% }
-%
+% elsif ( $onclick ) {
+% $a = qq(<A HREF="javascript:void(0);"$onclick>);
+% }
% }
%
% }