Typographical correctness
This commit is contained in:
parent
db55b16391
commit
fad85e88e1
@ -112,7 +112,7 @@ $v = file_get_contents('/media/sg/dorf.jetzt_visitors');
|
|||||||
}else{
|
}else{
|
||||||
$enddate_str = $startdate_loop->add($interval_loop)->format('H:i');
|
$enddate_str = $startdate_loop->add($interval_loop)->format('H:i');
|
||||||
}
|
}
|
||||||
echo($startdate_str . ' — ' . $enddate_str); ?></th>
|
echo($startdate_str . ' – ' . $enddate_str); ?></th>
|
||||||
<td><?= htmlspecialchars($event->summary) ?></td>
|
<td><?= htmlspecialchars($event->summary) ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user