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
This commit is contained in:
mensonge 2009-01-06 17:31:23 +00:00
parent 75870b82d3
commit 34dd3dfcdf

View file

@ -196,9 +196,9 @@ if(isset($currenttag) && $currenttag!= '') {
$bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 : </b>', $bkDescription); // remove final anchor $bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 : </b>', $bkDescription); // remove final anchor
} }
echo '<div class="description">'. $bkDescription ."</div>\n"; echo '<div class="description">'. $bkDescription ."</div>\n";
if(!isset($hash)) { //if(!isset($hash)) {
echo '<div class="address">'.shortenString($address).'</div>'; echo '<div class="address">'.shortenString($address).'</div>';
} //}
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."</div>\n"; echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."</div>\n";