diff options
| author | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-24 16:14:46 +0000 |
|---|---|---|
| committer | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-24 16:14:46 +0000 |
| commit | a29cb2e1af887ebf191f092f9ba4f386f3b1f77b (patch) | |
| tree | a18b7e480a7fa99b6efc79506903cb0bdbdd65b7 /htroot/js/html.js | |
| parent | 651b05ba43d134ec2480eae91a791e4793db7401 (diff) | |
blupp
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3759 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/js/html.js')
| -rw-r--r-- | htroot/js/html.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/js/html.js b/htroot/js/html.js index 29e36746c..1f8bd710d 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 |
