summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authormark <mark>2009-11-17 00:06:25 +0000
committermark <mark>2009-11-17 00:06:25 +0000
commite5e706ef5cebf3db8754801a9bedf90e9a796ef9 (patch)
treec6245285f11fd1ac275eac5a1eca726acdceb5bc /httemplate/search
parentd99758f77f8d2f839934498af839109596e216b8 (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>);
+% }
% }
%
% }