Skip to content
Snippets Groups Projects
Commit 87e95bcd authored by Viktoria Wiebe's avatar Viktoria Wiebe Committed by David Siegfried
Browse files

Fix #370 - transform HTML to links

parent 3bbf945a
No related branches found
No related tags found
No related merge requests found
<dl> <dl>
<dt><?= _('Termine') ?>:</dt> <dt><?= _('Termine') ?>:</dt>
<dd><?= htmlReady($request->getDateString()) ?></dd> <dd><?= $request->getDateString() ?></dd>
<dt><?= _('Rüstzeit')?>:</dt> <dt><?= _('Rüstzeit')?>:</dt>
<dd> <dd>
<? $preparation_time_minutes = intval($request->preparation_time / 60) ?> <? $preparation_time_minutes = intval($request->preparation_time / 60) ?>
......
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