Use tabs to make Yorn happy
This commit is contained in:
parent
d56dfcab46
commit
1543363b10
|
@ -39,7 +39,7 @@ class BrettspillEvent extends Event {
|
|||
|
||||
'<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>'
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue