pain
This commit is contained in:
parent
2f347bb759
commit
48994ee32d
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
|||
</select>
|
||||
<select class="results-settings" name="lang" id="languageSelect">
|
||||
{{range .LanguageOptions}}
|
||||
<option value="{{.Code}}" {{if eq .Code $.CurrentLang}}selected{{end}}>{{.Name}}</option>
|
||||
<option value="{{.Code}}" {{if eq .Code $.CurrentLang}}selected{{end}}>{{.Name}}</option> <!-- this is too wide or too less, fix -->
|
||||
{{end}}
|
||||
</select>
|
||||
<button class="results-save" name="t" value="image">{{ translate "save_settings" }}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue