Commit a092826e by LiuJunYi

商家富文本BUG

parent 2582675e
......@@ -231,7 +231,7 @@
<label for="content" class="col-sm-2 control-label text-right">详细介绍</label>
<div class="col-sm-10 col-md-8 col-lg-6">
<!-- 加载编辑器的容器 -->
<script id="post_container" name="description" style="width: 100%" type="text/plain"><?php if($info){echo htmlspecialchars_decode($info->description);} ?></script>
<script id="post_container" name="description" style="width: 100%" type="text/plain"><?php if(isset($info)){echo htmlspecialchars_decode($info->description);} ?></script>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment