From 34dd3dfcdf2f5c00ff893abb67dd10ed5551a3dd Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 6 Jan 2009 17:31:23 +0000 Subject: 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 --- templates/bookmarks.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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"; -- cgit v1.2.3-54-g00ecf