summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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