tazpanel rev 391

Remove "<hr />" (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 26 14:59:45 2014 +0300 (2014-05-26)
parents 6adca10ef270
children 9e2cb6864c41
files hardware.cgi
line diff
     1.1 --- a/hardware.cgi	Sat May 24 00:03:15 2014 +0300
     1.2 +++ b/hardware.cgi	Mon May 26 14:59:45 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\ *)