Commit fec91a68 authored by chenzq's avatar chenzq

修复双引号的问题

parent 0cf72638
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
{loop $timeline $item} {loop $timeline $item}
<tr> <tr>
<td>{$item['id']}</td> <td>{$item['id']}</td>
<td>{$item['title']}</td> <td><?php htmlspecialchars_decode({$item['title']}) ?></td>
<td> <td>
<img src="{$item['trueCover']}" alt=""> <img src="{$item['trueCover']}" alt="">
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment