From a5812c6b8a58649edabb8de4b0e7ddf500b4c8ad Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 10 Dec 2015 13:19:09 +0100 Subject: [PATCH] Don't echo the unset layout variables moduleStart and moduleEnd --- application/layouts/scripts/inline.phtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/layouts/scripts/inline.phtml b/application/layouts/scripts/inline.phtml index 1157e8ca9..47d5672fa 100644 --- a/application/layouts/scripts/inline.phtml +++ b/application/layouts/scripts/inline.phtml @@ -1,4 +1,2 @@ -layout()->moduleStart ?> layout()->content ?> layout()->benchmark ?> -layout()->moduleEnd ?>