From 13fb78bab10db5ba060d6e37e04d9e5462da5619 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Sat, 10 Nov 2001 10:37:24 +0000 Subject: [PATCH] * some minor improvements --- pear/PEAR/WebInstaller.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pear/PEAR/WebInstaller.php b/pear/PEAR/WebInstaller.php index a88bd554b8..6a9b83b2f5 100644 --- a/pear/PEAR/WebInstaller.php +++ b/pear/PEAR/WebInstaller.php @@ -247,6 +247,10 @@ class PEAR_WebInstaller extends PEAR print ""; print "
\n"; print "\n"; + print ""; + print ""; + print ""; + print " \n"; print " \n"; print " \n"; @@ -277,7 +281,7 @@ class PEAR_WebInstaller extends PEAR print "\n"; print " \n"; print "\n"; print "\n"; print " \n"; @@ -604,7 +608,6 @@ class PEAR_WebInstaller extends PEAR $this->loggerEnd(); print "From the WebInstaller.php introduction:

"; - // $file = implode("",file(__FILE__)); $file = file(__FILE__); foreach($file as $line) { @@ -613,12 +616,13 @@ class PEAR_WebInstaller extends PEAR } $help .= $line; } + highlight_string($help); print "

"; if ($Full != 2) { print "See the full source

\n"; } - + print "Back to the packages overview\n"; } -- 2.50.1

Inst.Package"; - print $this->printCell ($package[name],"http://pear.php.net/pkginfo.php?package=$package[name]"); + print $this->printCell ($package["name"],"http://pear.php.net/pkginfo.php?package=$package[name]"); print ""; @@ -293,7 +297,7 @@ class PEAR_WebInstaller extends PEAR print ""; - $this->printCell ($package["release_notes"]); + $this->printCell (nl2br($package["release_notes"])); print "