summaryrefslogtreecommitdiff
path: root/swat/menu.js
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-05 21:07:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:22 -0500
commite9737799b4a9742d32a20735ffa2034bcf6ed1a1 (patch)
tree82df09460159b2c85a23faba723b0feedcb5aeb2 /swat/menu.js
parentdab115f69fc8c2a99bbb9c060c85e5a0b86f21ac (diff)
downloadsamba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.tar.gz
samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.tar.bz2
samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.zip
r9139: cleanup the layout a bit
(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)
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 38052091d6..7e8281349f 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/");