From 0b6b1e4e64995187662e81e37f75fa8eb7a934d1 Mon Sep 17 00:00:00 2001
From: fantu <fantu@ispconfig3>
Date: Sat, 20 Dec 2008 17:56:12 -0500
Subject: [PATCH] fix in the ip address validator and one test

---
 interface/web/tools/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/tools/index.php b/interface/web/tools/index.php
index e9010cc..aa1bdec 100644
--- a/interface/web/tools/index.php
+++ b/interface/web/tools/index.php
@@ -45,6 +45,6 @@
 //* Check permissions for module
 $app->auth->check_module_permissions('tools');
 
-echo $app->lng('ISPConfig Tools');
+echo '<p class="frmTextHead">'.$app->lng('ISPConfig Tools').'</p>';
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1