잘못된 따옴표 삭제

This commit is contained in:
chicpro
2013-04-15 13:04:41 +09:00
parent 37b86374d7
commit 7a2630e72f

View File

@ -220,7 +220,7 @@ $pg_anchor ="<ul class=\"anchor\">
<td class="td_name"><?=$name?></td>
<td><?=cut_str($row['iq_subject'],40)?></td>
<td class="td_mng"><a href="./itemqaform.php?w=u&amp;iq_id=<?=$row['iq_id']?>">수정</a></td>
</tr>";
</tr>
<?
}