Skip to content
Snippets Groups Projects
Commit 498bea78 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Elmar Ludwig
Browse files

replace textarea with blockquote, fixes #2978

Closes #2978

Merge request studip/studip!2057
parent 326338a5
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<? if ($slot->block->confirmation_text): ?> <? if ($slot->block->confirmation_text): ?>
<label> <label>
<?= _('Bitte lesen Sie sich den folgenden Hinweis durch:') ?> <?= _('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>
<label> <label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment