Fix another blatant typo
This commit is contained in:
parent
ef5f877a60
commit
a7ded3c705
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
{% if label %}
|
||||
<div class="titlebar titlebar-bigborder content">
|
||||
<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>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue