diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-31 03:37:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:20 -0500 |
commit | ee21d32b25fe5de19364d678317475d44b1d5e29 (patch) | |
tree | 4abd9d22325b61fce6b373fb7e1a771d2cb9353c /swat/docs/menu.js | |
parent | 913c19cd5b9b43f653652967edf9dc4d9816c79b (diff) | |
download | samba-ee21d32b25fe5de19364d678317475d44b1d5e29.tar.gz samba-ee21d32b25fe5de19364d678317475d44b1d5e29.tar.bz2 samba-ee21d32b25fe5de19364d678317475d44b1d5e29.zip |
r7134: a number of small changes to make the pages HTML compliant. The
builtin web validator in firefox sure is useful!
(This used to be commit aa43111aa5f9a183395ebd840d8f77867730ab23)
Diffstat (limited to 'swat/docs/menu.js')
-rw-r--r-- | swat/docs/menu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swat/docs/menu.js b/swat/docs/menu.js index b57b454a32..5dfc69f992 100644 --- a/swat/docs/menu.js +++ b/swat/docs/menu.js @@ -4,9 +4,9 @@ var m = MenuObj("Samba Information", 8); m.element[0].label = "Samba4 development"; m.element[0].link = "http://devel.samba.org/"; m.element[1].label = "Recent Checkins"; -m.element[1].link = "http://build.samba.org/?tree=samba4&function=Recent+Checkins"; +m.element[1].link = "http://build.samba.org/?tree=samba4;function=Recent+Checkins"; m.element[2].label = "Recent Builds"; -m.element[2].link = "http://build.samba.org/?tree=samba4&function=Recent+Builds"; +m.element[2].link = "http://build.samba.org/?tree=samba4;function=Recent+Builds"; m.element[3].label = "EJS Information"; m.element[3].link = "http://www.appwebserver.org/products/ejs/ejs.html"; m.element[4].label = "ESP Information"; |