tazpanel rev 615

typo in index.cgi: fix renice
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 13:03:27 2017 +0200 (2017-10-07)
parents 95d7ed740572
children 927f76b6f349
files index.cgi
line diff
     1.1 --- a/index.cgi	Sat Oct 07 12:10:45 2017 +0200
     1.2 +++ b/index.cgi	Sat Oct 07 13:03:27 2017 +0200
     1.3 @@ -555,7 +555,7 @@
     1.4  	</p>
     1.5  	<p>$(_ 'Renice')
     1.6  	<input type="hidden" name="top"/>
     1.7 -	<select name "renice" onchange="this.form.submit()">
     1.8 +	<select name="renice" onchange="this.form.submit()">
     1.9  EOT
    1.10  			values="$(seq 20 -1 -20)"
    1.11  			[ $(id -u) -eq 0 ] || values="$(seq 20 -1 0)"