]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make html more readable
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 26 Sep 2010 22:07:36 +0000 (22:07 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 26 Sep 2010 22:07:36 +0000 (22:07 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@751 b3834d28-1941-0410-a4f8-b48e95affb8f

data/templates/sidebar.block.search.php

index 660ce00c8f6cd00865afba3e406bd46ceaf58753..f4e6b42cb8e9b0f1b798d781e05dac1503d60423 100644 (file)
@@ -27,10 +27,10 @@ if ($lastSearches && count($lastSearches) > 0) {
 
 <h2><?php echo T_('Last Searches'); ?></h2>
 <div id="searches">
-<table>
+ <table>
 <?php
 foreach ($lastSearches as $row) {
-    echo '<tr><td>';
+    echo '  <tr><td>';
     echo  '<a href="'
         . htmlspecialchars(createURL('search', $range.'/'.$row['shTerms']))
         . '">';
@@ -44,7 +44,7 @@ foreach ($lastSearches as $row) {
 //echo '<tr><td><a href="'.createURL('users').'">...</a></td></tr>';
 ?>
 
-</table>
+ </table>
 </div>
 <?php
 }