Corrected: Added space to be able to disable textarea

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-02-04 11:04:20 +01:00
committed by cris-technikum
parent e6da4b2e2d
commit cfc3b4f985
@@ -169,7 +169,7 @@ $this->load->view(
</div>
<div class="panel-body">
<textarea class="form-control" name="anmerkung" rows="2"
required<?php echo $disabled; ?>><?php echo $anrechnungData->anmerkung; ?></textarea>
required <?php echo $disabled; ?>><?php echo $anrechnungData->anmerkung; ?></textarea>
</div>
</div>
</div>