8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e44912 commit 5b6390fCopy full SHA for 5b6390f
_extensions/odoo/layout.html
@@ -242,7 +242,7 @@ <h1> {{ meta.get('main-title', title) }} </h1>
242
</div>
243
</aside>
244
{% endif %}
245
- <article class="doc-body {% if 'has-toc' in meta %}doc-toc{% endif %}{% if pagename in toc%}index-category{% endif %}">
+ <article class="doc-body {% if 'has-toc' in meta %}doc-toc{% endif %} {% if pagename in toc%}index-category{% endif %}">
246
247
{% block body %} {% endblock %}
248
{% if pagename != master_doc %}</article>
0 commit comments