From 191690587f5f3d713ddb6855492282fa1e57fe91 Mon Sep 17 00:00:00 2001
From: 王智 <wz@bronet.cn>
Date: Sun, 14 Mar 2021 10:03:58 +0800
Subject: [PATCH] 文档修改

---
 application/admin/view/four_baogao/edit.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/application/admin/view/four_baogao/edit.html b/application/admin/view/four_baogao/edit.html
index 5cdf890..fa220b9 100644
--- a/application/admin/view/four_baogao/edit.html
+++ b/application/admin/view/four_baogao/edit.html
@@ -14,8 +14,7 @@
 
             <select id="c-type" data-rule="required" class="form-control selectpicker" name="row[type]">
                 {foreach name="typeList" item="vo"}
-                <option value="{$key}" {in name="key" value="$row.type" }selected{
-                /in}>{$vo}</option>
+                <option value="{$key}" {in name="key" value="$row.type" }selected{/in}>{$vo}</option>
                 {/foreach}
             </select>
 
--
libgit2 0.24.0