summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 0f7d32a..1eb1b29 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -140,7 +140,7 @@ function sf() { document.forms[0].savetopath.focus(); }
<body onLoad="sf();">
<p><span class="pgtitle"><?=$Title ?></span>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php if ($loadmsg) echo "{$loadmsg}"; ?>
+<?php if ($loadmsg) echo "<br>{$loadmsg}<br>"; ?>
<form action="edit.php" method="POST">
<table>
<tr>
OpenPOWER on IntegriCloud