Tweak themes for more color consistency.
[ntk.git] / documentation / strip_tags
blobf03276f2439fd5c8eede91eb720de76a50784961
1 for f in html/*.html ; do
2   sed 's/<!-- ... ... .*:..:..\. -->/<!-- date removed for reducing unnecessary svn web updates  -->/' $f > $f.tmp
3   rm $f
4   mv $f.tmp $f
5 done