Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-10-27 15:31:00 +0800
Commit
a9bd58123a48c171b696b44fa1c59be1a0a285d5
1 parent
9f8f256a
逛 详情页 文章内容不转义
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
template/m.yohobuy.com/actions/guang/detail/index.phtml
yohobuy/m.yohobuy.com/application/models/Index/Home.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Detail.php
template/m.yohobuy.com/actions/guang/detail/index.phtml
View file @
a9bd581
@@ -23,7 +23,7 @@
@@ -23,7 +23,7 @@
23
{
{#
content
}
}
23
{
{#
content
}
}
24
{
{#if
text
}
}
24
{
{#if
text
}
}
25
<div
class=
"post-block text-block"
>
25
<div
class=
"post-block text-block"
>
26
-
{
{
text
}
}
26
+
{
{
{text
}
}}
27
</div>
27
</div>
28
{
{/if
}
}
28
{
{/if
}
}
29
29
yohobuy/m.yohobuy.com/application/models/Index/Home.php
View file @
a9bd581
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Detail.php
View file @
a9bd581
Please
register
or
login
to post a comment