From: Christian Weiske Date: Fri, 19 Aug 2011 17:01:19 +0000 (+0200) Subject: Fix bug #3393951: Logo images missing on bookmark page X-Git-Tag: v0.98.6~73 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4eedf216dca76b54cb960e52c2c81fc98267ab04;p=semanticscuttle.git Fix bug #3393951: Logo images missing on bookmark page --- diff --git a/data/templates/default/bookmarks.tpl.php b/data/templates/default/bookmarks.tpl.php index 70fe788..2a3d169 100644 --- a/data/templates/default/bookmarks.tpl.php +++ b/data/templates/default/bookmarks.tpl.php @@ -39,9 +39,9 @@ include('search.menu.php'); isAdmin($userid) && $pageName != PAGE_WATCHLIST) : ?>
- + - +
diff --git a/doc/ChangeLog b/doc/ChangeLog index 05a6405..0d3563c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -7,6 +7,7 @@ ChangeLog for SemantiScuttle ------------------- - Fix bug: URLs were escaped too often in bookmark list - Fix bug: Subtitle was not escaped +- Fix bug #3393951: Logo images missing on bookmark page 0.98.3 - 2011-08-09