forked from mustache/emacs
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi,
I don't know if this behaviour is wanted. But the children and attributes inside a <form> are indented in a strange way:
<form method='POST' action='/notes/destroy/confirm'>
<input type='hidden' name='notekey'
value='{{# if note }}{{ notekey }}{{/ if }}' />
<p>Delete {{ note.title }} ?</p>
<br />
<input type='submit' value='DELETE' />
</form>I expect this layout:
<form method='POST' action='/notes/destroy/confirm'>
<input type='hidden'
name='notekey'
value='{{# if note }}{{ notekey }}{{/ if }}'>
<p>Delete {{ note.title }} ?</p>
<br />
<input type='submit' value='DELETE'>
</form>Is there any mean to change the default behavior ?
Thx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels