Skip to content
Snippets Groups Projects
Commit fe686efe authored by mike_p's avatar mike_p
Browse files

make heading match other pages (ie use h2 instead of p)

parent 9c8ae163
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,6 @@ require_once('../../lib/app.inc.php'); ...@@ -45,6 +45,6 @@ require_once('../../lib/app.inc.php');
//* Check permissions for module //* Check permissions for module
$app->auth->check_module_permissions('tools'); $app->auth->check_module_permissions('tools');
echo '<p class="frmTextHead">'.$app->lng('ISPConfig Tools').'</p>'; echo '<h2 class="frmTextHead">'.$app->lng('ISPConfig Tools').'</h2>';
?> ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment