diff options
author | plegall <plg@piwigo.org> | 2010-07-27 12:37:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-07-27 12:37:38 +0000 |
commit | a61e471e02b901727842745304b52f5c357734e8 (patch) | |
tree | daa2c91884e14bfbbc9ad60092ebd73b7f6b9bf3 /themes/default | |
parent | aadf746e49231df14c4a94ca31f9eb2979d9faed (diff) |
merge r6713 from branch 2.1 to trunk
bug 1757 fixed: ability to use HTML in author field
git-svn-id: http://piwigo.org/svn/trunk@6714 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-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}"> |