일부 브라우저에서 명령창 줄 넘어감 방지

This commit is contained in:
2018-06-13 00:53:31 +09:00
parent 54df034c77
commit f2803291ab
+2 -2
View File
@@ -104,8 +104,8 @@ function myCommandList() {
$turndate = substr($totaldate,11, 5);
echo "
<tr height=28>
<td width=25 align=center height=24 id=bg0><b>$j</b></td>
<td width=70 align=center height=24 id=bg1><b>{$year}年 {$month}月</b></td>
<td width=24 align=center height=24 id=bg0><b>$j</b></td>
<td width=71 align=center height=24 id=bg1><b>{$year}年 {$month}月</b></td>
<td width=42 align=center bgcolor=black><b>$turndate</b></td>
<td width=150 align=center height=24 style=table-layout:fixed;>$turn[$i]</td>
</tr>";