From 88134f50d36458269ed612287be3df9574ff4478 Mon Sep 17 00:00:00 2001
From: karailiev <karailiev@ispconfig3>
Date: Fri, 21 Nov 2008 16:43:21 -0500
Subject: [PATCH] * Log refresh interval typo * XHTML

---
 interface/web/themes/default/templates/main.tpl.htm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/themes/default/templates/main.tpl.htm b/interface/web/themes/default/templates/main.tpl.htm
index bd38a84..1cc4969 100644
--- a/interface/web/themes/default/templates/main.tpl.htm
+++ b/interface/web/themes/default/templates/main.tpl.htm
@@ -17,7 +17,7 @@
 <!--script src="js/wforms.js"></script-->
 
 </head>
-<body onLoad="loadInitContent()">
+<body onload="loadInitContent()">
 <div id="page_margins">
 	<div id="page">
 		<div id="header">

--
Gitblit v1.9.1