diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 7073bf9ea..bb42c7289 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -5,7 +5,7 @@ <meta name="generator" content="Piwigo (aka PWG), see piwigo.org"> {if isset($meta_ref) } {if isset($INFO_AUTHOR)} -<meta name="author" content="{$INFO_AUTHOR|@replace:'"':' '}"> +<meta name="author" content="{$INFO_AUTHOR|@strip_tags:false|@replace:'"':' '}"> {/if} {if isset($related_tags)} <meta name="keywords" content="{foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if}{$tag.name}{/foreach}"> |