Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tmq
2016-04-26 17:21:32 +0800
Commit
5f1d8c8fb1b27a44beca41a0bb1113f38084d7ac
1 parent
f7022c16
bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/view/script/default/index.php
website/view/script/default/index.php
View file @
5f1d8c8
...
...
@@ -83,7 +83,7 @@
</li>
EOL;
$groupLen
++;
if(
$groupLen
>=
8
)
if(
$groupLen
>=
16
)
{
$templates
[] ='<div class="
box
big
-
size
clearfix
"><h2>'.
$type
.'</h2><hr><ul class="
clearfix
">'.
$html
.'</ul></div>';
$html
= '';
...
...
Please
register
or
login
to post a comment