tazpanel diff hardware.cgi @ rev 393

Fix styling for those who don't want to make their own header.html
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 23 15:27:55 2014 +0300 (2014-06-23)
parents 6adca10ef270
children d9576ab0e512
line diff
     1.1 --- a/hardware.cgi	Sat May 24 00:03:15 2014 +0300
     1.2 +++ b/hardware.cgi	Mon Jun 23 15:27:55 2014 +0300
     1.3 @@ -67,9 +67,9 @@
     1.4  	<p>$(gettext 'Detect PCI and USB hardware')</p>
     1.5  </div>
     1.6  
     1.7 -<pre>$(tazhw detect-pci --output=gtk | htmlize)</pre>
     1.8 +<pre>$(tazhw detect-pci | sed 's|^>|\&gt;|g')</pre>
     1.9  
    1.10 -<pre>$(tazhw detect-usb --output=gtk | htmlize)</pre>
    1.11 +<pre>$(tazhw detect-usb | sed 's|^>|\&gt;|g')</pre>
    1.12  EOT
    1.13  		;;
    1.14  	*\ modules\ *|*\ modinfo\ *)