Skip to content

Commit fe686ef

Browse files
author
mike_p
committed
make heading match other pages (ie use h2 instead of p)
1 parent 9c8ae16 commit fe686ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/tools/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
//* Check permissions for module
4646
$app->auth->check_module_permissions('tools');
4747

48-
echo '<p class="frmTextHead">'.$app->lng('ISPConfig Tools').'</p>';
48+
echo '<h2 class="frmTextHead">'.$app->lng('ISPConfig Tools').'</h2>';
4949

5050
?>

0 commit comments

Comments
 (0)