Cleaned up some templated HTML:
authorArt Cancro <ajc@citadel.org>
Sun, 5 Oct 2008 05:23:52 +0000 (05:23 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 5 Oct 2008 05:23:52 +0000 (05:23 +0000)
commita91a39d9ef8770173ca85981eb55b6275139c601
treeabfe0dfcac54b6e45cb67e4682bd023e14386035
parentd3a80686e36d1f05d0bf225685a014e76e06424d
Cleaned up some templated HTML:
* Double percent (such as width=25%%) is a C format string escape.
  Changed those to a single percent (such as width=25%).
* Removed 'px' from table cellpadding and cellspacing attributes.
  Evidently this is illegal as it's always to be specified in pixels.
* Appended some </div> tags with comments denoting which div we think
  we're closing.  There may be a few mismatched ones.
19 files changed:
webcit/static/t/aide_inet_aliases.html
webcit/static/t/aide_inet_dirnames.html
webcit/static/t/aide_inet_masqdomains.html
webcit/static/t/aide_inet_rbldns.html
webcit/static/t/aide_inet_smarthosts.html
webcit/static/t/aide_inet_spamass.html
webcit/static/t/aide_inetconf.html
webcit/static/t/box_edituser_select.html
webcit/static/t/display_aide_menu.html
webcit/static/t/display_main_menu.html
webcit/static/t/display_serverrestart.html
webcit/static/t/display_serverrestartpagedo.html
webcit/static/t/trailing.html
webcit/static/t/trailing.m.html
webcit/static/t/vnoteitem.html
webcit/static/t/whosection.html
webcit/static/t/whosummarysection.html
webcit/tabs.c
webcit/webcit.c