mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-24 17:10:31 +00:00
Removed unnecessary spaces in book convert texts
This commit is contained in:
parent
cd1fe6dde0
commit
e064a3ec2b
@ -27,16 +27,16 @@
|
|||||||
<div class="text-left">
|
<div class="text-left">
|
||||||
<label class="control-label" for="book_format_from">{{_('Convert from:')}}</label>
|
<label class="control-label" for="book_format_from">{{_('Convert from:')}}</label>
|
||||||
<select class="form-control" name="book_format_from" id="book_format_from">
|
<select class="form-control" name="book_format_from" id="book_format_from">
|
||||||
<option disabled selected value> -- {{_('select an option')}} -- </option>
|
<option disabled selected value>-- {{_('select an option')}} --</option>
|
||||||
{% for format in source_formats %}
|
{% for format in source_formats %}
|
||||||
<option>{{format|upper}} </option>
|
<option>{{format|upper}}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<label class="control-label" for="book_format_to">{{_('Convert to:')}}</label>
|
<label class="control-label" for="book_format_to">{{_('Convert to:')}}</label>
|
||||||
<select class="form-control" name="book_format_to" id="book_format_to">
|
<select class="form-control" name="book_format_to" id="book_format_to">
|
||||||
<option disabled selected value> -- {{_('select an option')}} -- </option>
|
<option disabled selected value>-- {{_('select an option')}} --</option>
|
||||||
{% for format in conversion_formats %}
|
{% for format in conversion_formats %}
|
||||||
<option>{{format|upper}} </option>
|
<option>{{format|upper}}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user