diff options
| author | suessthomas <suessthomas@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-05 21:12:58 +0000 |
|---|---|---|
| committer | suessthomas <suessthomas@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-05 21:12:58 +0000 |
| commit | 5c5e6accdb4b61e2a561da0ed2a33ef869dc0b5e (patch) | |
| tree | cbb86496a90b31525af352fcb0b93a121ed197ba /htroot/Network.html | |
| parent | 5d87379be634a0ef5239dc119fb5c5b3eb0411af (diff) | |
Fixes for (X)HTML compatibility.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6854 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index e1f5e40eb..77dbc54ad 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -17,7 +17,8 @@ document.write("\<a href=\"Network.xml?" + window.location.search.substring(1) + "\"\>")
//]]>
</script>
-<script src="/js/sorttable.js"></script>
+<script type="text/javascript" src="/js/sorttable.js">
+</script>
<img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a>
<span>The information that is presented on this page can also be retrieved as XML
Click the API icon to see the XML.
@@ -302,4 +303,4 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de #(/table)#
#%env/templates/footer.template%#
</body>
-</html>
+</html>
\ No newline at end of file |
