diff --git a/app/views/consultation/overview/book.php b/app/views/consultation/overview/book.php
index e7061849c0798575113d335c7072731cb294bf43..89fa605289562ee50a53b4fdd62aeda3424c6d87 100644
--- a/app/views/consultation/overview/book.php
+++ b/app/views/consultation/overview/book.php
@@ -28,7 +28,7 @@
     <? if ($slot->block->confirmation_text): ?>
         <label>
             <?= _('Bitte lesen Sie sich den folgenden Hinweis durch:') ?>
-            <textarea disabled><?= htmlReady($slot->block->confirmation_text) ?></textarea>
+            <blockquote><?= htmlReady($slot->block->confirmation_text) ?></blockquote>
         </label>
 
         <label>