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 c621759 commit 5ac3b5bCopy full SHA for 5ac3b5b
_layouts/whats_left.html
@@ -48,7 +48,7 @@ <h4>{{ group.name }}</h4>
48
<div class="column-count-is-2">
49
<ol>
50
{% for item in group.items %}
51
- <li class="word-wrap-anywhere"><code>{{ item.name }}</code> {% if item.is_inherited %}{{ item.is_inherited }}{% endif %}</li>
+ <li class="word-wrap-anywhere"><code>{{ item.name }}</code>{% if item.is_inherited %} {{ item.is_inherited }}{% endif %}</li>
52
{% endfor %}
53
</ol>
54
</div>
0 commit comments