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 %}
|
{% 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 %}
|
||||||
|
|
Loading…
Reference in a new issue