From: Joe Hunt Date: Tue, 15 Dec 2015 21:01:35 +0000 (+0100) Subject: Fixed a couple of small bugs in canvas theme. X-Git-Tag: v2.4.2~19^2~88 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=75a427435541f54e1834409dde4c9b02e81dc2de Fixed a couple of small bugs in canvas theme. --- diff --git a/themes/canvas/default.css b/themes/canvas/default.css index 88f93458..862bd36d 100644 --- a/themes/canvas/default.css +++ b/themes/canvas/default.css @@ -1,9 +1,9 @@ /*--------------------------------------------------\ -| elegant | | default.css | +| canvas | | default.css | |---------------------------------------------------| | For use with: | -| FrontAccounting | -| http://FrontAccounting.com/ | +| FrontAccounting | +| http://FrontAccounting.com/ | | by Joe Hunt Consulting | |---------------------------------------------------| | Developer: | diff --git a/themes/canvas/renderer.php b/themes/canvas/renderer.php index 14a4cc8a..16cb570e 100644 --- a/themes/canvas/renderer.php +++ b/themes/canvas/renderer.php @@ -212,7 +212,7 @@ echo $module->name; echo ""; echo ""; - $img = "  "; + $img = "  "; if ($_SESSION["language"]->dir == "rtl") $class = "right"; else