From 395ac3033f46ccf55cef1ecb7bd2322305552f79 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 22 Feb 2014 19:47:33 +0100 Subject: [PATCH] Fixed HTML validation --- src/Views/layout-normal.phtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index d4b04f9d..15e5d219 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -44,15 +44,13 @@ LayoutHelper::addScript('core.js');
config->misc->debugQueries): ?> -
 					getBindings() as $k => $v)
 							$bindings []= $k . '=' . $v;
-						printf('

%s [%s]

', htmlspecialchars($query->getAsString()), join(', ', $bindings)); + printf('
%s [%s]
', htmlspecialchars($query->getAsString()), join(', ', $bindings)); } ?> -