textarea标签替换,防止页面错误

ct-mobile-first
ycc 5 years ago
parent 8ced108d40
commit 99465cd855

@ -739,7 +739,7 @@
<textarea name="ic_summary" id="ic_summary" class="col-xs-24" rows="5" placeholder="信息简介"
style="border:none;border-bottom:1px solid #bbb;"><?php echo str_replace('textarea', '-textarea-', $information->ic_summary); ?></textarea>
style="border:none;border-bottom:1px solid #bbb;"><?php echo str_replace('textarea', 't-e-x-t-a-r-e-a', $information->ic_summary); ?></textarea>
<div class="col-xs-24">
<label>SEO标题<em class="pull-right muted" id="ic_seo_title_count"></em></label>
<input class="form-control" type="text" onkeyup="change_seo_count(this.id);" id="ic_seo_title"

Loading…
Cancel
Save