Skip to content

Commit

Permalink
fix: language selection (#8183)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet authored Mar 10, 2023
1 parent c442cda commit 89b2300
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions templates/web/common/site_layout.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,12 @@
<option></option>
</select>
</li>
[% IF langs.match('<a>') %]
<li class="has-dropdown">
[% selected_lang %]
<ul class="dropdown">
[% langs %]
</ul>
</li>
[% END %]
<li class="has-dropdown">
[% selected_lang %]
<ul class="dropdown">
[% langs %]
</ul>
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 89b2300

Please sign in to comment.