From 498bea78772cb84e16bd94ab9f5b485ff7f1000b Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Fri, 18 Aug 2023 15:27:22 +0000 Subject: [PATCH] replace textarea with blockquote, fixes #2978 Closes #2978 Merge request studip/studip!2057 --- app/views/consultation/overview/book.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/consultation/overview/book.php b/app/views/consultation/overview/book.php index e7061849c07..89fa6052895 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> -- GitLab