Escape emitted template option HTML.

This commit is contained in:
Matthias Mees 2013-02-07 16:28:32 +01:00
parent 2e61009a4c
commit f26917ad37

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}