summaryrefslogtreecommitdiffstats
path: root/swat/menu.js
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-05 21:07:48 +0000
committerAndrew Tridgell <tridge@samba.org>2005-08-05 21:07:48 +0000
commitbadb3813ce15c4e3c4f10351d273603a498ba1bc (patch)
treeead75f71d7f3d52ca9127cf8f9117bbe38a405ff /swat/menu.js
parent5d7b0903d5316eebcad83c0549e63deea7635214 (diff)
downloadsamba-badb3813ce15c4e3c4f10351d273603a498ba1bc.tar.gz
samba-badb3813ce15c4e3c4f10351d273603a498ba1bc.tar.xz
samba-badb3813ce15c4e3c4f10351d273603a498ba1bc.zip
r9139: cleanup the layout a bit
Diffstat (limited to 'swat/menu.js')
-rw-r--r--swat/menu.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/swat/menu.js b/swat/menu.js
index 38052091d6f..7e8281349f1 100644
--- a/swat/menu.js
+++ b/swat/menu.js
@@ -56,6 +56,6 @@ swat_menus.docs = simple_menu(
"XHTML Spec", "http://www.w3.org/TR/xhtml1/",
"JavaScript Spec", "http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf",
"CSS Specs", "http://www.w3.org/Style/CSS/#specs",
- "CSS1/2 Reference", "http://www.w3schools.com/css/css_reference.asp");
-
+ "CSS1/2 Reference", "http://www.w3schools.com/css/css_reference.asp",
+ "qooxdoo info", "http://qooxdoo.sourceforge.net/");