]> WPIA git - gigi.git/commitdiff
upd: use "ignored linebreaks" in mail template
authorFelix Dörre <felix@dogcraft.de>
Fri, 29 Jul 2016 10:29:33 +0000 (12:29 +0200)
committerFelix Dörre <felix@dogcraft.de>
Fri, 29 Jul 2016 21:37:24 +0000 (23:37 +0200)
Change-Id: I9d17cf74f486e584cdbd90ce081e300316c5806a

src/org/cacert/gigi/util/VerificationEntered.templ

index bf76549292e8bbe953aa09c9b9422029273e9bb4..646192adf33b14ac05acdfde7c96d4d79d44575b 100644 (file)
@@ -3,13 +3,22 @@ Subject: <?=_Verification entered?>
 <?=_Hi?>,
 
 <?=_RA-Agent ${agent} verified your name(s):?>
-<? foreach($names) { ?>
+
+<? foreach($names) { ?>\
 <?=_${name}: with ${points} to total ${total} Verification Points.?>
-<? if($rem) { ?><?=_To issue client certificates with this name you need ${rem} more Verification Points.?>
-<? } ?><? if($gotGreater) { ?><?=_You can now issue client certificates with this name.?>
-<? } ?>
-<? } ?>
-<? if($remAll) { ?><?=_To apply for RA Agent status or code signing ability you need ${remAll} more Verification Points.?>
-<? } ?><? if($gotGreaterAll) { ?><?=_You can now apply for RA Agent status or code signing ability.?>
-<? } ?>
+<? if($rem) { ?>\
+<?=_To issue client certificates with this name you need ${rem} more Verification Points.?>
+<? } ?>\
+<? if($gotGreater) { ?>\
+<?=_You can now issue client certificates with this name.?>
+<? } ?>\
+<? } ?>\
+
+<? if($remAll) { ?>\
+<?=_To apply for RA Agent status or code signing ability you need ${remAll} more Verification Points.?>
+<? } ?>\
+<? if($gotGreaterAll) { ?>\
+<?=_You can now apply for RA Agent status or code signing ability.?>
+<? } ?>\
+
 <?=_RA DB?>