Escape emitted template option HTML.

This commit is contained in:
Matthias Mees 2013-02-07 16:29:39 +01:00
parent 3a20602939
commit ce09949de9

View File

@ -59,7 +59,7 @@
</form>
{serendipity_hookPlugin hook="quicksearch_plugin" hookAll="true"}
{if $template_option.header_img}
<img src="{$template_option.header_img}" alt="">
<img src="{$template_option.header_img|@escape:"html"}" alt="">
{/if}
</header>
{if $template_option.use_corenav}