8000 [FIX] layout: add missing space between classes · senmax/documentation-user@5b6390f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b6390f

Browse files
committed
[FIX] layout: add missing space between classes
1 parent 3e44912 commit 5b6390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/odoo/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h1> {{ meta.get('main-title', title) }} </h1>
242242
</div>
243243
</aside>
244244
{% endif %}
245-
<article class="doc-body {% if 'has-toc' in meta %}doc-toc{% endif %}{% if pagename in toc%}index-category{% endif %}">
245+
<article class="doc-body {% if 'has-toc' in meta %}doc-toc{% endif %} {% if pagename in toc%}index-category{% endif %}">
246246
{% endif %}
247247
{% block body %} {% endblock %}
248248
{% if pagename != master_doc %}</article>

0 commit comments

Comments
 (0)
0