From 738455541d8715de1ec7a71eb35b301ef7e4570f Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 19 Oct 2002 00:17:02 +0000 Subject: [PATCH] fixed wrong encoding in class xslttpl --- phpgwapi/inc/class.xslttemplates.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.xslttemplates.inc.php b/phpgwapi/inc/class.xslttemplates.inc.php index f32b058063..0c2690b18f 100644 --- a/phpgwapi/inc/class.xslttemplates.inc.php +++ b/phpgwapi/inc/class.xslttemplates.inc.php @@ -174,13 +174,13 @@ { if(count($this->xslfiles) > 0) { - $this->xsldata = ''."\n"; + $this->xsldata = ''."\n"; $this->xsldata .= 'xsldata .= ''."\n"; $this->xsldata .= ''."\n"; $this->xsldata .= ']>'."\n"; $this->xsldata .= ''."\n"; - $this->xsldata .= ''."\n"; + $this->xsldata .= ''."\n"; $this->xsldata .= ''."\n"; $this->xsldata .= "\t".''."\n"; $this->xsldata .= ''."\n";