diff --git a/app/views/resources/_common/_request_info.php b/app/views/resources/_common/_request_info.php index 27cf18aff5580eb7a6a71d43e481133888d3ef3f..3fbb9c789f1cb89c992d04e73bfeddc65c62953c 100644 --- a/app/views/resources/_common/_request_info.php +++ b/app/views/resources/_common/_request_info.php @@ -1,6 +1,6 @@ <dl> <dt><?= _('Termine') ?>:</dt> - <dd><?= htmlReady($request->getDateString()) ?></dd> + <dd><?= $request->getDateString() ?></dd> <dt><?= _('Rüstzeit')?>:</dt> <dd> <? $preparation_time_minutes = intval($request->preparation_time / 60) ?>