|
|
@@ -144,7 +144,7 @@
|
|
|
</div>
|
|
|
<div class="col-sm-9 jp-set-title-line">
|
|
|
<div class="col-sm-6 jp-table-distance-top ">
|
|
|
- <input class="form-control input-md" placeholder="请输入网站关键字" type="text" name="${fileName}_meta_keywords" value="${OPTION(fileName+'meta_keywords')!}">
|
|
|
+ <input class="form-control input-md" placeholder="请输入网站关键字" type="text" name="${fileName}_meta_keywords" value="${OPTION(fileName+'_meta_keywords')!}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="clr"></div>
|
|
|
@@ -156,7 +156,7 @@
|
|
|
</div>
|
|
|
<div class="col-sm-9 jp-set-title-line">
|
|
|
<div class="col-sm-6 jp-table-distance-top ">
|
|
|
- <input class="form-control input-md" placeholder="请输入网站描述" type="text" name="${fileName}_meta_description" value="${OPTION(fileName+'meta_description')!}">
|
|
|
+ <input class="form-control input-md" placeholder="请输入网站描述" type="text" name="${fileName}_meta_description" value="${OPTION(fileName+'_meta_description')!}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="clr"></div>
|