From: Alexander Marx Date: Mon, 13 Apr 2015 05:52:25 +0000 (+0200) Subject: BUG10796: Fix textoutput when doing pakfire update in WebUI X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2FBUG10796;p=people%2Famarx%2Fipfire-2.x.git BUG10796: Fix textoutput when doing pakfire update in WebUI --- diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi index 2a7ca8407..143f123b7 100644 --- a/html/cgi-bin/pakfire.cgi +++ b/html/cgi-bin/pakfire.cgi @@ -191,14 +191,14 @@ if ($return) {
-
+		
 END
 	my @output = `grep pakfire /var/log/messages | tail -20`;
 	foreach (@output) {
-		print "$_";
+		print "$_
"; } print < +
END &Header::closebox();