From: mensonge Date: Tue, 11 Mar 2008 13:50:23 +0000 (+0000) Subject: Interface bug: arrange cascading thumbnail on Firefox X-Git-Tag: v0.88~6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aa68de337a56cd734c8e6a22d044f1a3d9456376;p=semanticscuttle.git Interface bug: arrange cascading thumbnail on Firefox git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@63 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 90d1e58..cfed7d9 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -160,6 +160,8 @@ window.onload = playerLoad; if ($GLOBALS['enableWebsiteThumbnails']) { echo ''; } + echo '
'; + echo '\n"; if ($row['bDescription'] != '') { echo '
'. filter($row['bDescription']) ."
\n"; @@ -169,6 +171,9 @@ window.onload = playerLoad; } echo '
'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."
\n"; + + echo '
'; + echo "\n"; } ?>