We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23f02c commit e76fb50Copy full SHA for e76fb50
interface/web/tools/index.php
@@ -45,6 +45,6 @@
45
//* Check permissions for module
46
$app->auth->check_module_permissions('tools');
47
48
-echo $app->lng('ISPConfig Tools');
+echo '<p class="frmTextHead">'.$app->lng('ISPConfig Tools').'</p>';
49
50
?>
0 commit comments