mirror of https://github.com/vtrois/kratos
fix: script code escaping problem (#400)
parent
a0895e5bb0
commit
8fc242c8fe
|
@ -55,7 +55,7 @@
|
|||
echo '<p><a href="' . kratos_option('s_gov_link', '#') . '" target="_blank" rel="nofollow" ><i class="police-ico"></i>' . kratos_option('s_gov') . '</a></p>';
|
||||
}
|
||||
if (kratos_option('seo_statistical')) {
|
||||
echo '<p>' . kratos_option('seo_statistical') . '</p>';
|
||||
echo kratos_option('seo_statistical');
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue