]> source.dussan.org Git - jquery-ui.git/commitdiff
demos: removed php code from index.html (was breaking doctype in IE!)
authorPaul Bakaus <paul.bakaus@googlemail.com>
Mon, 26 Jan 2009 13:46:41 +0000 (13:46 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Mon, 26 Jan 2009 13:46:41 +0000 (13:46 +0000)
demos/index.html

index 424ed3c170655a528768dc72848b545415ed0e59..c9058f9308c1d97e3736854dcf90fc6b147eedc7 100644 (file)
@@ -1,4 +1,3 @@
-<?php if(!isset($plain)) { ?>
 <!doctype html>
 <html lang="en">
 <head>
        </script>
 </head>
 <body>
-<?php } ?>
 
 <table class="layout-grid" cellspacing="0" cellpadding="0">
        <tr>
                <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 } ?>