Hi IS team,

I see lot of missing quotes and minor syntax issues. Please do following to
fix.

1) go to your checkout. make sure you have no local changes
2) run find -iname "*.hbs" | xargs  sed -i -e "s/{{.*}}//g" . warning: this
will change files
3) run find -iname "*.hbs" | xargs  xmllint --html --noout
4) copy the errors git reset --hard
5) revert the files in the checkout
6) go through the error list and correct the errors, note that error may
caused due to a unclosed thing in a previous line

-- 
With regards,
*Manu*ranga Perera.

phone : 071 7 70 20 50
mail : [email protected]
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to