WebHost: fix option doc indent (#3513)
* WebHost: fix option doc indent * Update macros.html
This commit is contained in:
parent
533395d336
commit
e9ad7cb797
|
@ -196,7 +196,7 @@
|
|||
{% macro OptionTitle(option_name, option) %}
|
||||
<label for="{{ option_name }}">
|
||||
{{ option.display_name|default(option_name) }}:
|
||||
<span class="interactive" data-tooltip="{% filter dedent %}{{(option.__doc__ | default("Please document me!"))|escape }}{% endfilter %}">(?)</span>
|
||||
<span class="interactive" data-tooltip="{{(option.__doc__ | default("Please document me!"))|replace('\n ', '\n')|escape|trim}}">(?)</span>
|
||||
</label>
|
||||
{% endmacro %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue