summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_halt.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_halt.php')
-rwxr-xr-xsrc/usr/local/www/diag_halt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_halt.php b/src/usr/local/www/diag_halt.php
index 5d7fc5d..7e45554 100755
--- a/src/usr/local/www/diag_halt.php
+++ b/src/usr/local/www/diag_halt.php
@@ -87,7 +87,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<?php
if (DEBUG) {
- print("Not actually halting (DEBUG is set true)<br>");
+ print(sprintf(gettext("Not actually halting (DEBUG is set true)%s"), "<br />"));
} else {
print('<pre>');
system_halt();
OpenPOWER on IntegriCloud