Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
yangyang
2016-01-27 13:24:14 +0800
Commit
c3388b4424292353c8b1fc98ca412f463cff2ea7
1 parent
7f262b80
修改风格bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/HelperSearch.php
library/WebPlugin/HelperSearch.php
View file @
c3388b4
...
...
@@ -739,7 +739,7 @@ class HelperSearch
$styleName
=
$v['style_name']
."
、
";
}
elseif (
$styleNum
===1){
$styleName
.= substr(
$v['style_name']
, 0,
3
).'...';
$styleName
.= substr(
$v['style_name']
, 0,
4
).'...';
}
$styleNum
++;
}
...
...
Please
register
or
login
to post a comment