tazpanel diff hardware.cgi @ rev 400

Apply "sed css" from receipt
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Dec 17 20:28:20 2014 +0000 (2014-12-17)
parents 6adca10ef270
children d9576ab0e512
line diff
     1.1 --- a/hardware.cgi	Sat May 24 00:03:15 2014 +0300
     1.2 +++ b/hardware.cgi	Wed Dec 17 20:28:20 2014 +0000
     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\ *)