Fixed CC logo text alternative
AC-631 fixed CC logo text alternative fixed template so python evaluates gettext()
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
/>
|
||||
<% } else { %>
|
||||
<% //<span> must come before <i> icon or else spacing gets messed up %>
|
||||
<span class="sr">gettext("Creative Commons licensed content, with terms as follow:") </span><span aria-hidden="true" class="icon-cc"></span>
|
||||
<span class="sr"><%= gettext("Creative Commons licensed content, with terms as follow:") %> </span><span aria-hidden="true" class="icon-cc"></span>
|
||||
<% _.each(enabled, function(option) { %>
|
||||
<span class="sr"><%- license.options[option.toUpperCase()].name %> </span><span aria-hidden="true" class="icon-cc-<%- option %>"></span>
|
||||
<% }); %>
|
||||
|
||||
Reference in New Issue
Block a user