Skip to content
Snippets Groups Projects
Commit 6250c6d8 authored by Arch de Noé's avatar Arch de Noé
Browse files

Added missing space in result display

parent 688e1af8
Branches
No related merge requests found
...@@ -14,8 +14,7 @@ $icons = [ ...@@ -14,8 +14,7 @@ $icons = [
<p><?= $locale['room_' . $type] ?></p> <p><?= $locale['room_' . $type] ?></p>
</span> --> </span> -->
<span><i class="material-icons">schedule</i> <span><i class="material-icons">schedule</i>
<em><?= $start_time ?></em> <em><?= $start_time ?></em>&nbsp<p><?= $locale['from_to'] ?></p>&nbsp<em><?= $end_time ?></em>&nbsp<p>(<?= $duration ?>)</p>
<p><?= $locale['from_to'] ?></p>&nbsp<em><?= $end_time ?></em>&nbsp<p>(<?= $duration ?>)</p>
</span> </span>
<span><i class="material-icons">place</i> <span><i class="material-icons">place</i>
<?php <?php
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment