From 9d4a9fc2d433584d7bbe3f8c0d2be32e40162c9e Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Thu, 11 Dec 2008 17:22:18 -0500
Subject: [PATCH] added bastille to install manual for ubuntu 8.04
---
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