diff --git a/Layout/default/Preorderlogistics/Print.template.php b/Layout/default/Preorderlogistics/Print.template.php
index b10b377c2..025b2d699 100644
--- a/Layout/default/Preorderlogistics/Print.template.php
+++ b/Layout/default/Preorderlogistics/Print.template.php
@@ -48,7 +48,7 @@
adb_hausnummer_id): ?>
= htmlspecialchars($preorder->adb_hausnummer->strasse->name) ?> = htmlspecialchars($preorder->adb_hausnummer->hausnummer) ?>
adb_wohneinheit_id && (string)$preorder->adb_wohneinheit): ?>
- / = htmlspecialchars((string)$preorder->adb_wohneinheit) ?>
+ / = htmlspecialchars((string)$preorder->adb_wohneinheit) ?>
= htmlspecialchars($preorder->adb_hausnummer->plz->plz) ?> = htmlspecialchars($preorder->adb_hausnummer->ortschaft->name) ?>
diff --git a/application/Preorderlogistics/PreorderlogisticsController.php b/application/Preorderlogistics/PreorderlogisticsController.php
index 03b2fea92..d5be88b99 100644
--- a/application/Preorderlogistics/PreorderlogisticsController.php
+++ b/application/Preorderlogistics/PreorderlogisticsController.php
@@ -149,7 +149,7 @@ class PreorderlogisticsController extends mfBaseController {
foreach ($preorders as $preorder) {
ob_start();
$this->printActionContent($preorder->id);
- $combinedHtml .= ob_get_clean() . '