Added config option to automatically remove unnecessary whitespace when compiling HTML files from templates

This commit is contained in:
Savetheinternet 2011-11-16 16:01:02 +11:00
parent 8c97d15424
commit 27dde88e15
10 changed files with 2063 additions and 4 deletions

View file

@ -118,7 +118,7 @@
{% trans %}Password{% endtrans %}
</th>
<td>
<input type="password" name="password" size="12" maxlength="18" autocomplete="off" />
<input type="password" name="password" size="12" maxlength="18" autocomplete="off" />
<span class="unimportant">{% trans %}(For file deletion.){% endtrans %}</span>
</td>
</tr>