Преглед на файлове

[Dovecot] fixed indentation for quarantine template

Aiko Appeldorn преди 6 години
родител
ревизия
36ba1f28d5
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      data/assets/templates/quarantine.tpl

+ 4 - 4
data/assets/templates/quarantine.tpl

@@ -25,11 +25,11 @@
   </head>
   <body>
     <p>Hi!<br>
-	{% if counter == 1 %}
+    {% if counter == 1 %}
     There is 1 new message waiting in quarantine:<br>
-	{% else %}
-	There are {{counter}} new messages waiting in quarantine:<br>
-	{% endif %}
+    {% else %}
+    There are {{counter}} new messages waiting in quarantine:<br>
+    {% endif %}
     <table>
     <tr><th>Subject</th><th>Sender</th><th>Score</th><th>Arrived on</th>{% if quarantine_acl == 1 %}<th>Actions</th>{% endif %}</tr>
     {% for line in meta %}