Use tabs to make Yorn happy

This commit is contained in:
Fredrik Strupe 2016-08-26 23:46:41 +02:00
parent d56dfcab46
commit 1543363b10
4 changed files with 7 additions and 7 deletions

View File

@ -38,8 +38,8 @@ class BrettspillEvent extends Event {
'Vi tar ut et par spill fra vårt samling of spiller så mye vi orker. Kom innom!', 'Vi tar ut et par spill fra vårt samling of spiller så mye vi orker. Kom innom!',
'<a class="btn" href="#b_spill">Vår samling</a>', '<a class="btn" href="#b_spill">Vår samling</a>',
'<div id="b_spill" class="collapsable">' . "\n" . '<div id="b_spill" class="collapsable">' . "\n" .
'<ul>' . "\n" . '<ul>' . "\n" .
'<li>Dominion*' . "\n" . '<li>Dominion*' . "\n" .
'<li>Three cheers for master' . "\n" . '<li>Three cheers for master' . "\n" .
@ -55,8 +55,8 @@ class BrettspillEvent extends Event {
'<li>og mange flere...' . "\n" . '<li>og mange flere...' . "\n" .
'</ul>', '</ul>',
'* Vi har flere ekspansjon til spillet', '* Vi har flere ekspansjon til spillet',
'** Vi har flere varianter av spillet', '** Vi har flere varianter av spillet',
'</div>' '</div>'
]; ];
} }

View File

@ -48,7 +48,7 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
</strong> </strong>
</ul> </ul>
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?> <?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
<p><a class="btn" href="#">Påminn meg</a> <p><a class="btn" href="#">Påminn meg</a>
</article> </article>

View File

@ -49,7 +49,7 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
</strong> </strong>
</ul> </ul>
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?> <?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
<p><a class="btn" href="#">Påminn meg</a> <p><a class="btn" href="#">Påminn meg</a>
</article> </article>

View File

@ -50,7 +50,7 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
</strong> </strong>
</ul> </ul>
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?> <?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
<p><a class="btn" href="#">Påminn meg</a> <p><a class="btn" href="#">Påminn meg</a>
</article> </article>