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!',
'<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" .
'<li>Dominion*' . "\n" .
'<li>Three cheers for master' . "\n" .
@ -55,8 +55,8 @@ class BrettspillEvent extends Event {
'<li>og mange flere...' . "\n" .
'</ul>',
'* Vi har flere ekspansjon til spillet',
'** Vi har flere varianter av spillet',
'</div>'
'** Vi har flere varianter av spillet',
'</div>'
];
}

View File

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

View File

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

View File

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