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>',
|
'<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>'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue