diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-07-05 22:43:06 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-07-05 22:43:06 -0400 |
commit | e5385806d019237b54ce1fb5d85f864964303b93 (patch) | |
tree | fbe1ccb7534c086ab0069aeddd5f67d86c0d3930 /usr/local | |
parent | 2c88814c2b3270d4fe97c64abd62248b59508db6 (diff) | |
download | pfsense-e5385806d019237b54ce1fb5d85f864964303b93.zip pfsense-e5385806d019237b54ce1fb5d85f864964303b93.tar.gz |
Add a <p/> between message
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/diag_nanobsd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php index ed61958..5aab2c1 100755 --- a/usr/local/www/diag_nanobsd.php +++ b/usr/local/www/diag_nanobsd.php @@ -144,7 +144,7 @@ EOF; exec("/sbin/umount /tmp/{$GLABEL_SLICE}"); $savemsg = "There was an error while duplicating the slice. Operation aborted."; } else { - $savemsg = "The slice has been duplicated. If you would like to boot from this newly duplicated slice please set it using the bootup information area."; + $savemsg = "The slice has been duplicated.<p/>If you would like to boot from this newly duplicated slice please set it using the bootup information area."; exec("/sbin/umount /tmp/{$GLABEL_SLICE}"); } } |