tazwok rev 350

typo in web/index.php
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 22 22:30:38 2011 +0100 (2011-02-22)
parents e9746fc87694
children 976c9e9df5fb
files web/index.php
line diff
     1.1 --- a/web/index.php	Tue Feb 22 21:47:55 2011 +0100
     1.2 +++ b/web/index.php	Tue Feb 22 22:30:38 2011 +0100
     1.3 @@ -129,7 +129,7 @@
     1.4  	// Check curent status (update in real time) and display summary.
     1.5  	$status = "Chroot is not mounted";
     1.6  	if (file_exists($lockfile)) {
     1.7 -		$status = "Chroot is mounted"";
     1.8 +		$status = "Chroot is mounted";
     1.9  	}
    1.10  	if (file_exists("$log_dir/step")) {
    1.11  		$status .= ", ".file_get_contents("$log_dir/step");