Fixed incorrect colspan.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1413 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
6c36218845
commit
b2f42a47b4
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue