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:
parent
75870b82d3
commit
34dd3dfcdf
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue