From 1be683622acf072a0872d4b5b1013012c53d9e64 Mon Sep 17 00:00:00 2001 From: pzinovkin Date: Thu, 19 Mar 2009 12:39:36 +0000 Subject: [PATCH] removed trailing \\n git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@67 4cb57b5f-5bbd-dd11-951b-001d605cbbc5 --- classes/DynamicPageException.class.php | 2 +- classes/MJException.class.php | 2 +- classes/StaticPageException.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/DynamicPageException.class.php b/classes/DynamicPageException.class.php index 92c24fd..d4ae9f4 100644 --- a/classes/DynamicPageException.class.php +++ b/classes/DynamicPageException.class.php @@ -13,4 +13,4 @@ */ class DynamicPageException extends Exception {} -?> +?> \ No newline at end of file diff --git a/classes/MJException.class.php b/classes/MJException.class.php index 219862c..586abdc 100644 --- a/classes/MJException.class.php +++ b/classes/MJException.class.php @@ -63,4 +63,4 @@ class MJException extends Exception return $return . ''; } } -?> +?> \ No newline at end of file diff --git a/classes/StaticPageException.class.php b/classes/StaticPageException.class.php index 4943f9f..da6359e 100644 --- a/classes/StaticPageException.class.php +++ b/classes/StaticPageException.class.php @@ -15,4 +15,4 @@ class StaticPageException extends Exception { } -?> +?> \ No newline at end of file