pre-commit update: prettier xml indent

pull/2919/head
Stéphane Bidoul 2020-03-02 10:10:44 +01:00 committed by Carlos Roca
parent ad37c8252b
commit 0c69cbaef3
1 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@
<i class="fa fa-close" />
</t>
<t t-jquery="button.close" t-operation="before">
<button type="button" class="dialog_button_extend close"><i
class="fa fa-expand"
/></button>
<button type="button" class="dialog_button_restore close"><i
class="fa fa-compress"
/></button>
<button type="button" class="dialog_button_extend close">
<i class="fa fa-expand" />
</button>
<button type="button" class="dialog_button_restore close">
<i class="fa fa-compress" />
</button>
</t>
</t>
</templates>