diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html
index 25638bc49..b4d64176c 100644
--- a/common/tpl/common_layout.html
+++ b/common/tpl/common_layout.html
@@ -10,7 +10,7 @@
@foreach (Context::getMetaTag() as $val)
@if ($val['is_before_title'])
-
+
@endif
@endforeach
@@ -58,7 +58,7 @@
@foreach (Context::getMetaTag() as $val)
@if (!$val['is_before_title'])
-
+
@endif
@endforeach
@foreach (Context::getOpenGraphData() as $og_metadata)