From 83b280caba6f558de97c538cd22c6b74d1b2208f Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 22 May 2006 11:35:45 +0000 Subject: [PATCH] Added some spacing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3488 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/helpviewer.php | 2 +- ihtml/themes/default/help.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/helpviewer.php b/html/helpviewer.php index 1a68eb4a6..dbd868b47 100644 --- a/html/helpviewer.php +++ b/html/helpviewer.php @@ -112,7 +112,7 @@ if(isset($_SESSION['current_class_for_help'])){ /* If there is no entry in the xml file for this class, display an error message */ if($helpdir == ""){ - $smarty->assign("help_contents","

"._("There is no helpfile specified for this class."))."

"; + $smarty->assign("help_contents","

"._("There is no helpfile specified for this class"))."

"; $header= "".$smarty->fetch(get_template_path('headers.tpl')); $display= ( $header.$smarty->fetch(get_template_path('help.tpl'))); echo $display; diff --git a/ihtml/themes/default/help.tpl b/ihtml/themes/default/help.tpl index 0109bc4f9..cefd1725f 100644 --- a/ihtml/themes/default/help.tpl +++ b/ihtml/themes/default/help.tpl @@ -23,7 +23,7 @@ -
+
{$help_contents}
-- 2.30.2