This commit is contained in:
holan20180123
2020-08-13 13:47:44 +08:00
parent b4512fd660
commit 4040cbf092
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<tr>
<th><?php echo $lang->doc->title;?></th>
<td colspan='2'><?php echo html::input('title', $doc->title, "class='form-control' required");?></td>
</tr>
</tr>
<tr>
<th><?php echo $lang->doc->keywords;?></th>
<td colspan='2'><?php echo html::input('keywords', $doc->keywords, "class='form-control'");?></td>