Skip to content
Snippets Groups Projects
Commit 6a6f9d2b authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Replace FA icon with generic unicode symbol for cross browser compatibility

Closes: #1604
parent 56a89491
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
<select aria-label="{% trans %}Language{% endtrans %}" class="pure-input-1-4 language-menu" name="language" id="language-selector">
{% for key, lang in languageBar %}
{% if key == currentLanguage %}
<option value="{{ key }}" selected="selected">&#xf0ac; {{ lang.name }}</option>
<option value="{{ key }}" selected="selected">&#127760; {{ lang.name }}</option>
{% else %}
<option value="{{ key }}">{{ lang.name }}</option>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment