diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-26 22:07:36 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-26 22:07:36 +0000 |
commit | f52cba5cb3185adf468165bc4d53c8a64cd313ae (patch) | |
tree | c7804099c496fca5e36b691664c5fc273824884d /data | |
parent | 8b45ba9e75a5d911906e95c3980e214eff9e61b0 (diff) | |
download | semanticscuttle-f52cba5cb3185adf468165bc4d53c8a64cd313ae.tar.gz semanticscuttle-f52cba5cb3185adf468165bc4d53c8a64cd313ae.tar.bz2 |
make html more readable
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@751 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/sidebar.block.search.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/sidebar.block.search.php b/data/templates/sidebar.block.search.php index 660ce00..f4e6b42 100644 --- a/data/templates/sidebar.block.search.php +++ b/data/templates/sidebar.block.search.php @@ -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 } |