From aa68de337a56cd734c8e6a22d044f1a3d9456376 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 11 Mar 2008 13:50:23 +0000 Subject: Interface bug: arrange cascading thumbnail on Firefox git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@63 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates') 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"; } ?> -- cgit v1.2.3-54-g00ecf