Skip to content

Commit

Permalink
icon updated (#22264)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-dotcms authored May 19, 2022
1 parent 83bf729 commit 4797516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function replaceWithIcon(parentElement, iconName) {
title="<%=LanguageUtil.get(pageContext, "default-language")%>"
<% } %>
>
<span><img src="/html/images/languages/<%= langIcon %>.gif" border="0" onError="replaceWithIcon(this.parentElement, 'emoji_flags')" /></span>
<span><img src="/html/images/languages/<%= langIcon %>.gif" border="0" onError="replaceWithIcon(this.parentElement, 'language')" /></span>
<%= strLanguage %>&nbsp;<%= (UtilMethods.isSet(strCountryCode) ? ("(" + strCountryCode + ")&nbsp;") : StringPool.BLANK) %>
</a>
Expand Down

0 comments on commit 4797516

Please sign in to comment.