Skip to content

Commit

Permalink
pkp/pkp-lib#3594 Remove unused alt text locale key
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Mar 4, 2019
1 parent 2de77b1 commit 6636324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/components/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{/capture}
{if $displayPageHeaderLogo && is_array($displayPageHeaderLogo)}
<a href="{$homeUrl}" class="navbar-brand navbar-brand-logo">
<img src="{$publicFilesDir}/{$displayPageHeaderLogo.uploadName|escape:"url"}" {if $displayPageHeaderLogo.altText != ''}alt="{$displayPageHeaderLogo.altText|escape}"{else}alt="{translate key="common.pageHeaderLogo.altText"}"{/if}>
<img src="{$publicFilesDir}/{$displayPageHeaderLogo.uploadName|escape:"url"}" {if $displayPageHeaderLogo.altText != ''}alt="{$displayPageHeaderLogo.altText|escape}"{/if}>
</a>
{elseif $displayPageHeaderTitle && !$displayPageHeaderLogo && is_string($displayPageHeaderTitle)}
<a href="{$homeUrl}" class="navbar-brand">{$displayPageHeaderTitle}</a>
Expand Down

0 comments on commit 6636324

Please sign in to comment.