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.4~32 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=adf2655b2342e91c952c71364f91f6cb2e2d4016;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