wet-boew / wet-boew-styleguide

A style guide for the Web Experience Toolkit.
http://wet-boew.github.io/wet-boew-styleguide/index-en.html
36 stars 32 forks source link

Fixed HTML validation errors of new 'writing' pages #286

Closed cfarquharson closed 7 years ago

cfarquharson commented 7 years ago

@EricDunsworth @LaurentGoderre @MaximMartel This is the newest upload (a few missing div tags that have been fixed). The build is still failing, but it's because I now have French content and there is no French template on the Travis build. It fails the build on the first french page and says this:

Assembling dist/v4/writing/dvlpmnt-fr.html ERROR
Warning: No string for key 'tmpl-style-guide' for language 'fr' Use --force to continue.

Can you correct this?

EricDunsworth commented 7 years ago

@cfarquharson I've noticed that this pull request's commit didn't change any files. To get your intended changes through, you'll need to send another PR and ensure your changes are present within it (unless one of your newer PRs/commits already brought in your HTML validation fixes).

As for the failing build, I've fixed it in #293 :).