diff -rU3 cacert.orig/pages/wot/5.php cacert/pages/wot/5.php
--- cacert.orig/pages/wot/5.php	2007-07-03 22:07:50.000000000 +0200
+++ cacert/pages/wot/5.php	2007-07-18 09:55:10.000000000 +0200
@@ -14,7 +14,11 @@
 */
 	include_once("../includes/shutdown.php");
 ?>
-<? if($_SESSION['_config']['error'] != "") { ?><div color="orange"><?=_("ERROR")?>: <?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?>
+<? if($_SESSION['_config']['error'] != "") {
+     if($_SESSION['_config']['remindersent'] == 1) {
+  ?><div color="orange">
+  <? } else { ?><div color="orange"><?=_("ERROR")?>:
+<? } ?><?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?>
 <? if($_SESSION['_config']['noemailfound'] == 1) { ?>
 <form method="post" action="wot.php">
 <input type="hidden" name="email" value="<?=sanitizeHTML($_POST['email'])?>"><br>
