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');
getBindings() as $k => $v) $bindings []= $k . '=' . $v; - printf('%s [%s]
', htmlspecialchars($query->getAsString()), join(', ', $bindings)); + printf('%s [%s]', htmlspecialchars($query->getAsString()), join(', ', $bindings)); } ?> -