diff --git a/phpgwapi/inc/class.xslttemplates.php b/phpgwapi/inc/class.xslttemplates.inc.php similarity index 93% rename from phpgwapi/inc/class.xslttemplates.php rename to phpgwapi/inc/class.xslttemplates.inc.php index 4f9618158e..dc2f77a908 100644 --- a/phpgwapi/inc/class.xslttemplates.php +++ b/phpgwapi/inc/class.xslttemplates.inc.php @@ -1,6 +1,7 @@ set_root($root); } - + function set_root($rootdir) { if (!is_dir($rootdir)) @@ -151,7 +152,7 @@ $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";