Interface design: hide multiple URLs repeated into history page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@38 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
8e1acd17a1
commit
a1044ca5ea
@ -139,7 +139,9 @@ window.onload = playerLoad;
|
||||
if ($row['bDescription'] != '') {
|
||||
echo '<div class="description">'. filter($row['bDescription']) ."</div>\n";
|
||||
}
|
||||
echo '<div class="address">'.$address.'</div>';
|
||||
if(!isset($hash)) {
|
||||
echo '<div class="address">'.$address.'</div>';
|
||||
}
|
||||
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n";
|
||||
echo "</li>\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user