From 753debb82078e04c3055aeeb9fd80afdd1a36b50 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 16 Jan 2006 10:26:04 +0000 Subject: [PATCH] This space after (c) was annoying me --- printer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.php b/printer.php index cc7c0e1..1aa03ff 100644 --- a/printer.php +++ b/printer.php @@ -407,7 +407,7 @@ JS; exit; } - $copyright = "\n
\n

\n\t" . $this->registry->get('application') . ' ' . $this->registry->get('appversion') . ", © 2002 - " . date('Y') . " Iris Studios, Inc.\n

"; + $copyright = "\n
\n

\n\t" . $this->registry->get('application') . ' ' . $this->registry->get('appversion') . ", ©2002 - " . date('Y') . " Iris Studios, Inc.\n

"; if (!defined('ISSO_PRINTER_HIDE_SETUP')) { -- 2.22.5