diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2010-02-12 20:59:26 -0800 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-14 07:15:57 -0800 | 
| commit | 2dad1d7cd15bed3c89de11cadf4b3b5c43134f69 (patch) | |
| tree | 6eb61a76f80a88cdb8f245c7296e2db7d0d4a245 /themes/wind | |
| parent | 8412aeb1337c4060a77af7c94441ca8cbc6bb4ad (diff) | |
Some HTML validation fixes (don't render empty <ul> lists, empty id attributes, use & not &)
Diffstat (limited to 'themes/wind')
| -rw-r--r-- | themes/wind/views/page.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 2dcc5d70..61e34145 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -91,7 +91,7 @@            <div id="g-site-menu" style="visibility: hidden">            <?= $theme->site_menu() ?>            </div> -          <script> $(document).ready(function() { $("#g-site-menu").css("visibility", "visible"); }) </script> +          <script type="text/javascript"> $(document).ready(function() { $("#g-site-menu").css("visibility", "visible"); }) </script>            <?= $theme->header_bottom() ?>          </div> | 
