From cb8ae5df83836eb5640981310bf4ef1665481c44 Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Thu, 22 Sep 2011 12:52:00 +0000
Subject: [PATCH] fixed colspan in cronlist

---
 interface/web/sites/templates/cron_list.htm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/web/sites/templates/cron_list.htm b/interface/web/sites/templates/cron_list.htm
index 63c4895e39..5e00b5415d 100644
--- a/interface/web/sites/templates/cron_list.htm
+++ b/interface/web/sites/templates/cron_list.htm
@@ -64,7 +64,7 @@
         </tbody>
         <tfoot>
           <tr>
-            <td class="tbl_footer tbl_paging" colspan="9"><tmpl_var name="paging"></td>
+            <td class="tbl_footer tbl_paging" colspan="10"><tmpl_var name="paging"></td>
           </tr>
         </tfoot>
       </table>
-- 
GitLab