Index: /application.register/files/lib/system/event/listener/ApplicationRegisterListener.class.php
===================================================================
--- /application.register/files/lib/system/event/listener/ApplicationRegisterListener.class.php (revision 318)
+++ /application.register/files/lib/system/event/listener/ApplicationRegisterListener.class.php (revision 352)
@@ -43,5 +43,8 @@
 
 			//Hier wird das Template in dem Platzhalter userMessages integriert.
-			WCF::getTPL()->append('userMessages', WCF::getTPL()->fetch('applicationRegister'));
+			if (strpos(WCF::getTPL()->get('userMessages'), WCF::getTPL()->fetch('applicationRegister')) === false) {
+ 				WCF::getTPL()->append('userMessages', WCF::getTPL()->fetch('applicationRegister'));
+			}
+
 		}
 	}
