tazcraft diff web/tazcraft.cgi @ rev 9

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:55:03 2019 +0100 (2019-02-27)
parents 6eac67be306d
children
line diff
     1.1 --- a/web/tazcraft.cgi	Sun Mar 19 22:29:36 2017 +0100
     1.2 +++ b/web/tazcraft.cgi	Wed Feb 27 17:55:03 2019 +0100
     1.3 @@ -78,7 +78,7 @@
     1.4  		html_header "README"
     1.5  		echo "<h2>README</h2>"
     1.6  		echo "<pre>"
     1.7 -		# Let have a few color in README
     1.8 +		# Let's have a few colors in README
     1.9  		cat ${README} | sed \
    1.10  			-e "/^====.*/"d -e "/^----.*/"d \
    1.11  			-e s"#==\([^']*\)==#<h3 style='margin: 0;'>\1</h3>#"g \