blob: 8fab98ab0fa894d44d16e03a25637e41c042d225 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* @var array $response
*/
?>
<label>
<?= _('Antwort') ?>
<input type="text" class="character_input" name="answer[0]" value="<?= htmlReady($response[0] ?? '') ?>">
</label>
|