From 5aea7ebe0efaf032ae36a77252eaa62a1acdf500 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Tue, 16 Feb 2016 01:10:42 -0600 Subject: Use p instead of br for better styling support. --- src/usr/local/www/pkg_mgr_install.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr/local/www/pkg_mgr_install.php') 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 ("" != "reinstallall") { - $('#final').html("" + "
" + - ""); + $('#final').html("

" + "

" + + "" + "

"); } else { - $('#final').html("" + "
" + - ""); + $('#final').html("

" + "

" + + "" + "

"); } $('#final').show(); } -- cgit v1.1