diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:29:18 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:29:35 +0200 |
commit | 878eb54a14c0d5878d37fa6652880f43af408035 (patch) | |
tree | e59314523e5a9aec0732ea209ab0d08f4d074d2d /demos/index.html | |
parent | 15705723b2d170f70c3ef408b5b4dca83c84e586 (diff) | |
download | jquery-ui-878eb54a14c0d5878d37fa6652880f43af408035.tar.gz jquery-ui-878eb54a14c0d5878d37fa6652880f43af408035.zip |
Fix various issues in our html files, first batch
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html index f96753d37..678c9961f 100644 --- a/demos/index.html +++ b/demos/index.html @@ -269,7 +269,7 @@ </head> <body> -<table class="layout-grid" cellspacing="0" cellpadding="0"> +<table class="layout-grid"> <tr> <td class="left-nav"> <dl class="demos-nav"> |