tazpanel rev 544

boot.cgi: htmlize taziso output
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 08 12:43:04 2015 +0100 (2015-11-08)
parents f04cdede5158
children c79a4557c4b5
files boot.cgi
line diff
     1.1 --- a/boot.cgi	Sat Nov 07 02:53:29 2015 +0200
     1.2 +++ b/boot.cgi	Sun Nov 08 12:43:04 2015 +0100
     1.3 @@ -391,7 +391,7 @@
     1.4  			cat <<EOT
     1.5  <section>
     1.6  <pre>
     1.7 -$(taziso $iso $action $dev 2>&1)
     1.8 +$(taziso $iso $action $dev 2>&1 | htmlize)
     1.9  </pre>
    1.10  </section>
    1.11  EOT