tazpanel rev 506

boot.cgi: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 12 13:51:30 2015 +0200 (2015-07-12)
parents 5acb82488629
children 0e464ccf165e
files boot.cgi
line diff
     1.1 --- a/boot.cgi	Sun Jul 12 13:17:58 2015 +0200
     1.2 +++ b/boot.cgi	Sun Jul 12 13:51:30 2015 +0200
     1.3 @@ -385,7 +385,7 @@
     1.4  
     1.5  		echo "<h2>$(_ 'ISO mine')</h2>"
     1.6  
     1.7 -		[ "$iso" ] || msg err "$(_ 'Invalid ISO image.')
     1.8 +		[ "$iso" ] || msg err "$(_ 'Invalid ISO image.')"
     1.9  
    1.10  		if [ "$iso" -a "$action" -a "$action" != "nop" ]; then
    1.11  			case "$action" in
    1.12 @@ -404,8 +404,6 @@
    1.13  		cat <<EOT
    1.14  <section>
    1.15  <form method="post" action="?iso" class="wide">
    1.16 -EOT
    1.17 -		cat <<EOT
    1.18  <table>
    1.19  	<tr><td>$(_ 'ISO image file full path')
    1.20  			<span data-img="info" title="$(_ 'set /dev/cdrom for a physical CD-ROM')"></span>