tazpanel diff hardware.cgi @ rev 568

ru.po: wrong translation
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Feb 19 17:30:20 2016 +0200 (2016-02-19)
parents 0a48c6e8d1df
children d04d60d1892d
line diff
     1.1 --- a/hardware.cgi	Sun Jan 24 22:20:07 2016 +0100
     1.2 +++ b/hardware.cgi	Fri Feb 19 17:30:20 2016 +0200
     1.3 @@ -113,8 +113,8 @@
     1.4  		cat <<EOT
     1.5  <p>$(_ 'Detect PCI and USB hardware')</p>
     1.6  EOT
     1.7 -		tazhw detect-pci | sed 's|^>|\&gt;|g'
     1.8 -		tazhw detect-usb | sed 's|^>|\&gt;|g'
     1.9 +		tazhw detect-pci | htmlize
    1.10 +		tazhw detect-usb | htmlize | filter_taztools_msgs
    1.11  		;;
    1.12  
    1.13