From 27dba46f0019798e7d96fd1a3c4b092852bcf599 Mon Sep 17 00:00:00 2001 From: Alex Solomaha Date: Sat, 24 Jan 2015 20:45:04 +0200 Subject: [PATCH] Odd symbol in meta tag There is no needed the "/" before closing. --- apps/basic/views/layouts/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/basic/views/layouts/main.php b/apps/basic/views/layouts/main.php index b9dcfb97a5..d5bba3a048 100644 --- a/apps/basic/views/layouts/main.php +++ b/apps/basic/views/layouts/main.php @@ -14,7 +14,7 @@ AppAsset::register($this); - + <?= Html::encode($this->title) ?>