slitaz-dev-tools rev 249

tazwikiss: typos in plugins
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 06 13:40:17 2015 +0200 (2015-09-06)
parents b59cc28d47e2
children 43bee69d0430
files tazwikiss/rootfs/var/www/wiki/plugins/wkp_Admin.sh tazwikiss/rootfs/var/www/wiki/plugins/wkp_Calc.sh
line diff
     1.1 --- a/tazwikiss/rootfs/var/www/wiki/plugins/wkp_Admin.sh	Thu Sep 03 09:52:52 2015 +0200
     1.2 +++ b/tazwikiss/rootfs/var/www/wiki/plugins/wkp_Admin.sh	Sun Sep 06 13:40:17 2015 +0200
     1.3 @@ -120,7 +120,7 @@
     1.4  <input type=checkbox $disabled $([ $test $i ] && echo 'checked=checked ') name=\"$name\" />
     1.5  $plugin</b></td><td><i>$description</i></td></tr>"
     1.6  		done
     1.7 -		CONTENT="$CONTENT\n</form>\n"
     1.8 +		CONTENT="$CONTENT</form>"
     1.9  	done <<EOT
    1.10  Plugins	$plugins_dir/*.sh	-x
    1.11  Locales	config-*.sh		-x
     2.1 --- a/tazwikiss/rootfs/var/www/wiki/plugins/wkp_Calc.sh	Thu Sep 03 09:52:52 2015 +0200
     2.2 +++ b/tazwikiss/rootfs/var/www/wiki/plugins/wkp_Calc.sh	Sun Sep 06 13:40:17 2015 +0200
     2.3 @@ -16,7 +16,7 @@
     2.4              var letter = String.fromCharCode("A".charCodeAt(0)+j-1);
     2.5  	    data += document.getElementById(id+letter+i).title+';';
     2.6  	}
     2.7 -	data += "\\\\n";
     2.8 +	data += "\\n";
     2.9      }
    2.10      alert(data);
    2.11  }