Typographical correctness

This commit is contained in:
Christopher Teutsch 2020-02-21 21:58:53 +01:00
parent db55b16391
commit fad85e88e1
Signed by: iwonder
GPG Key ID: 0EE33D788D50130D

View File

@ -112,7 +112,7 @@ $v = file_get_contents('/media/sg/dorf.jetzt_visitors');
}else{
$enddate_str = $startdate_loop->add($interval_loop)->format('H:i');
}
echo($startdate_str . ' &mdash; ' . $enddate_str); ?></th>
echo($startdate_str . ' &ndash; ' . $enddate_str); ?></th>
<td><?= htmlspecialchars($event->summary) ?></td>
</tr>
<?php endforeach ?>