diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-26 13:46:41 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-26 13:46:41 +0000 |
commit | f17f994eccd6616b243cce8a43a5a2a7aae76d0f (patch) | |
tree | b706bcea36ad72573df0d2ad03eff863816a008a /demos | |
parent | ef0149adbab4f6dfa27bab14d05b35e75dc4f01c (diff) | |
download | jquery-ui-f17f994eccd6616b243cce8a43a5a2a7aae76d0f.tar.gz jquery-ui-f17f994eccd6616b243cce8a43a5a2a7aae76d0f.zip |
demos: removed php code from index.html (was breaking doctype in IE!)
Diffstat (limited to 'demos')
-rw-r--r-- | demos/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/index.html b/demos/index.html index 424ed3c17..c9058f930 100644 --- a/demos/index.html +++ b/demos/index.html @@ -1,4 +1,3 @@ -<?php if(!isset($plain)) { ?> <!doctype html> <html lang="en"> <head> @@ -228,7 +227,6 @@ </script> </head> <body> -<?php } ?> <table class="layout-grid" cellspacing="0" cellpadding="0"> <tr> @@ -257,20 +255,16 @@ <td class="normal"> <div class="normal"> - <?php if(isset($plain) && $content) { echo $content; } else { ?> <h3>Instructions</h3> <p> These demos showcase some common uses of each jQuery UI plugin. Simply copy and paste code from the demos to get started. Have fun playing with them. </p> - <?php } ?> </div> </td> </tr> </table> -<?php if(!isset($plain)) { ?> </body> </html> -<?php } ?> |