summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-16 01:10:42 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-16 17:33:04 -0500
commit5aea7ebe0efaf032ae36a77252eaa62a1acdf500 (patch)
treeb41f7ae5ac9e2074d18b7e04a7006c1b398f0faa /src/usr/local/www/pkg_mgr_install.php
parentf6d4710fdb59d96411b75e60979f4885a0c220f9 (diff)
downloadpfsense-5aea7ebe0efaf032ae36a77252eaa62a1acdf500.zip
pfsense-5aea7ebe0efaf032ae36a77252eaa62a1acdf500.tar.gz
Use p instead of br for better styling support.
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index b52c19b..c63862f 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -543,11 +543,11 @@ function show_failure() {
function show_info() {
$('#final').addClass("alert-info");
if ("<?=$_POST['mode']?>" != "reinstallall") {
- $('#final').html("<?=$pkg_wait_txt?>" + "<br />" +
- "<?=gettext("This make take several minutes!")?>");
+ $('#final').html("<p><?=$pkg_wait_txt?>" + "</p><p>" +
+ "<?=gettext("This make take several minutes!")?>" + "</p>");
} else {
- $('#final').html("<?=gettext('Please wait while the reinstallation of all packages completes.')?>" + "<br />" +
- "<?=gettext("This make take several minutes!")?>");
+ $('#final').html("<p><?=gettext('Please wait while the reinstallation of all packages completes.')?>" + "</p><p>" +
+ "<?=gettext("This make take several minutes!")?>" + "</p>");
}
$('#final').show();
}
OpenPOWER on IntegriCloud