From a306ef38e0d2eadf168b44e0ca4810148d2dc126 Mon Sep 17 00:00:00 2001 From: Martin Hujer Date: Sat, 10 Dec 2011 17:23:59 +0100 Subject: [PATCH] Clean headings outline --- module/Application/views/error/404.phtml | 2 +- module/Application/views/error/index.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/Application/views/error/404.phtml b/module/Application/views/error/404.phtml index a08996b..10e81bb 100644 --- a/module/Application/views/error/404.phtml +++ b/module/Application/views/error/404.phtml @@ -7,7 +7,7 @@

Exception information:

-

Stack trace:

+

Stack trace:

exception->getTraceAsString() ?>

diff --git a/module/Application/views/error/index.phtml b/module/Application/views/error/index.phtml index b05d316..5036649 100644 --- a/module/Application/views/error/index.phtml +++ b/module/Application/views/error/index.phtml @@ -7,7 +7,7 @@

Exception information:

-

Stack trace:

+

Stack trace:

exception->getTraceAsString() ?>

-- 1.7.10.4