Index: /mods/wpsg_mod_prepayment.class.php
===================================================================
--- /mods/wpsg_mod_prepayment.class.php	(revision 7221)
+++ /mods/wpsg_mod_prepayment.class.php	(revision 7224)
@@ -225,9 +225,9 @@
 		 * Ersetzt die Platzhalter im Betreff
 		 */
-		public function get_subject($order_id)
-		{
+		public function get_subject($order_id) {
 			
 			$ret = $this->shop->replaceUniversalPlatzhalter($this->shop->get_option('wpsg_mod_prepayment_subject'), $order_id);
-			return str_replace(' ', '', $ret);
+			
+			return $ret;
 			
 		} // private function get_subject($order_id)
