diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-06 17:31:23 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-06 17:31:23 +0000 |
commit | 34dd3dfcdf2f5c00ff893abb67dd10ed5551a3dd (patch) | |
tree | 184cdc2ed74289a8fa697c2110be65654c1dadc7 /templates/bookmarks.tpl.php | |
parent | 75870b82d37c01dc3cdab51f37a4c1921a0688e0 (diff) | |
download | semanticscuttle-34dd3dfcdf2f5c00ff893abb67dd10ed5551a3dd.tar.gz semanticscuttle-34dd3dfcdf2f5c00ff893abb67dd10ed5551a3dd.tar.bz2 |
Interface fix: correct bad layout (Thanks to Justinas Rumbinas)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@218 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r-- | templates/bookmarks.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index a47a18a..4a9c1b2 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -196,9 +196,9 @@ if(isset($currenttag) && $currenttag!= '') { $bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 : </b>', $bkDescription); // remove final anchor } echo '<div class="description">'. $bkDescription ."</div>\n"; - if(!isset($hash)) { + //if(!isset($hash)) { echo '<div class="address">'.shortenString($address).'</div>'; - } + //} echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."</div>\n"; |