issue59, remove HTML table from main skeleton
[phpfspot.git] / themes / default / templates / index.tpl
index 791dd32f446fb8a866867372be07cb94ad5fa31f..10459aa72dc3f39389408687c7e96d6b95d9bb77 100644 (file)
   <span style="clear: both;">
   <!-- option column -->
   <div class="options" style="float: left;">
   <span style="clear: both;">
   <!-- option column -->
   <div class="options" style="float: left;">
-   <table>
-    <tr>
-     <td>
-      {include file="search.tpl"}
-     </td>
-    </tr>
-    <tr>
-     <td>
-      <div id="tags">
-       {include file="tags.tpl"}
-      </div>
-     </td>
-    </tr>
-   </table>
+   <div>
+    {include file="search.tpl"}
+   </div>
+   <div id="tags">
+    {include file="tags.tpl"}
+   </div>
   </div>
   <!-- /option column -->
 
   </div>
   <!-- /option column -->