summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-18 01:23:23 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-18 07:51:07 -0500
commit27f37ca45e7a761d090df2367e9df9ab16ecbb17 (patch)
treef4285995466a000c64645fa3167b7fcbc83d1dd9 /src/usr/local/www/head.inc
parent29c39b7c632b3786302d1b1f6d79f990a04903e7 (diff)
downloadpfsense-27f37ca45e7a761d090df2367e9df9ab16ecbb17.zip
pfsense-27f37ca45e7a761d090df2367e9df9ab16ecbb17.tar.gz
Close p tags, wrap first sentence in p tag for proper styling.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 6f10dfd..bc6be36 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -551,8 +551,8 @@ if (is_subsystem_dirty('packagelock') || file_exists('/conf/needs_package_sync'
$warning_text = sprintf(gettext("%s is booting then packages will be reinstalled in the background.<p>Do not make changes in the GUI until this is complete."), $g['product_name']);
} else {
$pgtitle = array(gettext("System"), gettext("Package Manager"));
- $warning_text = gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.");
- $warning_text .= sprintf(gettext('<p>If the above message is still displayed after a couple of hours, use the \'Clear Package Lock\' button on the <a href="diag_backup.php" title="%1$s">%1$s page</a> and reinstall packages manually.'), htmlspecialchars(gettext('Backup & Restore')));
+ $warning_text = gettext("<p>Packages are currently being reinstalled in the background.</p><p>Do not make changes in the GUI until this is complete.</p>");
+ $warning_text .= sprintf(gettext('<p>If the above message is still displayed after a couple of hours, use the \'Clear Package Lock\' button on the <a href="diag_backup.php" title="%1$s">%1$s page</a> and reinstall packages manually.</p>'), htmlspecialchars(gettext('Backup & Restore')));
}
print_info_box($warning_text);
OpenPOWER on IntegriCloud