]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface fix: correct bad layout (Thanks to Justinas Rumbinas)
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 6 Jan 2009 17:31:23 +0000 (17:31 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 6 Jan 2009 17:31:23 +0000 (17:31 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@218 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/bookmarks.tpl.php

index a47a18aa20748e979a61255d4c4ff1dd53a8af61..4a9c1b261d5f34fecf31d6517a7f380af6ecd0bd 100644 (file)
@@ -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";