From 0115a9e32f397990103d69d00a9dc61e043a235e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 13:58:34 +0200 Subject: [PATCH] add id to login span --- frontend/views/layouts/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3bcfc70..69d877e 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -18,7 +18,7 @@ AppAsset::register ($this); $this->registerJs(" $('.seo-span').replaceWith ( function (){ - return''+$(this).html()+''; + return''+$(this).html()+''; } ); ", View::POS_READY); -- libgit2 0.21.4