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