mike_p
2010-05-31 fe686efe6f4ba6affe8f07b74a380cd8fa3e1920
make heading match other pages (ie use h2 instead of p)
1 files modified
2 ■■■ changed files
interface/web/tools/index.php 2 ●●● patch | view | raw | blame | history
interface/web/tools/index.php
@@ -45,6 +45,6 @@
//* Check permissions for module
$app->auth->check_module_permissions('tools');
echo '<p class="frmTextHead">'.$app->lng('ISPConfig Tools').'</p>';
echo '<h2 class="frmTextHead">'.$app->lng('ISPConfig Tools').'</h2>';
?>