Fix another blatant typo

This commit is contained in:
benjamin melançon 2019-01-02 18:29:27 -05:00
parent ef5f877a60
commit a7ded3c705

View file

@ -33,7 +33,7 @@
{% if label %} {% if label %}
<div class="titlebar titlebar-bigborder content"> <div class="titlebar titlebar-bigborder content">
<div class="titlebar_title"> <div class="titlebar_title">
<h3{{ title_attributes }}.addClass(['subtitle', 'is-mono', 'is-4']>{{ label }}</h3> <h3{{ title_attributes.addClass(['subtitle', 'is-mono', 'is-4']) }}>{{ label }}</h3>
</div> </div>
</div> </div>
{% endif %} {% endif %}