From: mensonge Date: Tue, 6 Jan 2009 17:31:23 +0000 (+0000) Subject: Interface fix: correct bad layout (Thanks to Justinas Rumbinas) X-Git-Tag: v0.94~166 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=34dd3dfcdf2f5c00ff893abb67dd10ed5551a3dd;p=semanticscuttle.git 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 --- 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('|\[(.*?)\]|', '
$1 : ', $bkDescription); // remove final anchor } echo '
'. $bkDescription ."
\n"; - if(!isset($hash)) { + //if(!isset($hash)) { echo '
'.shortenString($address).'
'; - } + //} echo '
'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."
\n";