mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
try to fix lack of closing row div
This commit is contained in:
parent
53cb5ded6d
commit
ee961ff6ec
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
DERPIE PIKACHU
|
DERPIE PIKACHU
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if count == 4 || @sites.length == i %>
|
<% if count == 4 || @sites.length-1 == i %>
|
||||||
</div>
|
</div>
|
||||||
<% count = 0 %>
|
<% count = 0 %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue