Skip to content

Commit e76fb50

Browse files
committed
- Fixed style of the headline on the tools page.
1 parent c23f02c commit e76fb50

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 $app->lng('ISPConfig Tools');
48+
echo '<p class="frmTextHead">'.$app->lng('ISPConfig Tools').'</p>';
4949

5050
?>

0 commit comments

Comments
 (0)