From 620845799de99e19c74b10c6172fd6b2a1ba9c62 Mon Sep 17 00:00:00 2001 From: oilyflutesalad <oilyflutesalad@ispconfig3> Date: Mon, 18 Jan 2010 02:08:02 -0500 Subject: [PATCH] Fixed: Version numbers from 3.0.1.4 and 3.0.1.5 to 3.0.1.6 See thread: http://www.howtoforge.com/forums/showthread.php?p=216643 --- interface/lib/classes/tpl_error.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/lib/classes/tpl_error.inc.php b/interface/lib/classes/tpl_error.inc.php index 25ea71e..29a9ae0 100644 --- a/interface/lib/classes/tpl_error.inc.php +++ b/interface/lib/classes/tpl_error.inc.php @@ -36,7 +36,7 @@ $error_codes = array( 'VT_ERROR_NOFILE' => 'vlibTemplate Error: Template ('.$extra.') file not found.', - 'VT_ERROR_PARSE' => 'vlibTemplate Error: Parse error!<br>To debug this file, use vlibTemplateDebug instead of vlibTemplate in the class instantiation(i.e. new vlibTemplateDebug).', + 'VT_ERROR_PARSE' => 'vlibTemplate Error: Parse error!<br />To debug this file, use vlibTemplateDebug instead of vlibTemplate in the class instantiation(i.e. new vlibTemplateDebug).', 'VT_NOTICE_INVALID_TAG' => 'vlibTemplate Notice: Invalid tag ('.$extra.').', 'VT_ERROR_INVALID_TAG' => 'vlibTemplate Error: Invalid tag ('.$extra.'). To disable this you must turn of the STRICT option.', 'VT_NOTICE_INVALID_ATT' => 'vlibTemplate Notice: Invalid attribute ('.$extra.').', -- Gitblit v1.9.1