Fixed incorrect colspan.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1413 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-05-17 13:58:51 +00:00
parent 6c36218845
commit b2f42a47b4
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ else
{
?>
<tr bgcolor="#FFFFFF">
<td class="text" colspan="8" align="center"><br><?= $zmSlangNoFramesRecorded ?><br><br></td>
<td class="text" colspan="5" align="center"><br><?= $zmSlangNoFramesRecorded ?><br><br></td>
</tr>
<?php
}