summaryrefslogtreecommitdiff
path: root/htroot/js/html.js
diff options
context:
space:
mode:
author(no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-05-24 16:25:07 +0000
committer(no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-05-24 16:25:07 +0000
commitef24bed40675745ff71e81fddfff79e081b643c2 (patch)
tree6e1acf06ddd4dd9ab3d431a8f4b0c78b0cb0e580 /htroot/js/html.js
parenta29cb2e1af887ebf191f092f9ba4f386f3b1f77b (diff)
Sorry...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3760 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/js/html.js')
-rw-r--r--htroot/js/html.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/js/html.js b/htroot/js/html.js
index 1f8bd710d..29e36746c 100644
--- a/htroot/js/html.js
+++ b/htroot/js/html.js
@@ -31,6 +31,6 @@ function createLinkCol(url, linktext){
link.setAttribute("target", "_blank");
text=document.createTextNode(linktext);
link.appendChild(text);
- col.appendChild(link);
- return col;
+ col.appendChild(link)
+ return col
} \ No newline at end of file