잘못된 태그 수정 <a.. />..</a> -> <a...>..</a>

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2028 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-26 06:12:01 +00:00
parent 1fabeb340c
commit a4caf0bbcf

View file

@ -34,7 +34,7 @@
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$val->poll_index_srl}" /></td>
<td class="left blue"><a href="#" onclick="winopen('./?document_srl={$val->upload_target_srl}'); return false;"/>{htmlspecialchars($val->title)}</a></td>
<td class="left blue"><a href="#" onclick="winopen('./?document_srl={$val->upload_target_srl}'); return false;">{htmlspecialchars($val->title)}</a></td>
<td class="tahoma">{$val->checkcount}</td>
<td class="tahoma">{$val->poll_count}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d H:i")}</td>