Merge pull request #348 from openclassify/vedat

Vedat
This commit is contained in:
Fatih Alp 2020-02-20 13:13:38 +03:00 committed by GitHub
commit fdbe4a306a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@
{% for currency in active_currencies %}
<option {% if app.request.get('currency') == currency %}
selected
{% endif %}value="{{ currency }}">{{ currency }}</option>
{% endif %}value="{{ currency }}">{{ currency_symbol(currency) }}</option>
{% endfor %}
</select>
</div>

View File

@ -82,7 +82,7 @@
<div class="modal-header">
<input type="text" id="searchLocation" class="form-control"
placeholder="{{ trans('visiosoft.module.location::message.placeholder') }}">
<button type="button" class="close filter-modal-close" data-dismiss="modal" aria-label="Close">
<button type="button" class="close filter-modal-close">
<span aria-hidden="true">&times;</span>
</button>
</div>