Browse Source

Update action_search.htm

tags/6.2.12
叙述、别离 1 year ago
parent
commit
61587671bb
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/admin/templets/action_search.htm

+ 1
- 2
src/admin/templets/action_search.htm View File

@@ -19,8 +19,7 @@
</tr>
<?php foreach ($row['soniterm'] as $rows) {?>
<tr>
<td><a href="<?php echo $rows['linkurl'] ?>" target="main"><?php echo $rows['title'] ?></a>
<p class="text-secondary"><small><?php echo $rows['description'] ?></small></p></td>
<td><a href="<?php echo $rows['linkurl'] ?>" target="main"><?php echo $rows['title'] ?></a></td>
</tr>
<?php }?>
<?php }?>


Loading…
Cancel
Save