From 75a427435541f54e1834409dde4c9b02e81dc2de Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 15 Dec 2015 22:01:35 +0100 Subject: [PATCH] Fixed a couple of small bugs in canvas theme. --- themes/canvas/default.css | 6 +++--- themes/canvas/renderer.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2