Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #364 - Fix IE9 blank cell bug #365

Closed
wants to merge 1 commit into from

Commits on Nov 16, 2012

  1. Issue handlebars-lang#364 - IE9 whitespace bug fix

    In IE9, if you have whitespace and/or carriage returns between table
    elements, it causes IE9 to render a blank column and pushes all the
    content one column to the right.  It seems the best solution is to
    strip it out of the template string when you compile a template.
    
    If you search google for "IE9 renders blank cells" you'll find lots of
    references to this problem.
    neenhouse committed Nov 16, 2012
    Copy the full SHA
    c171d70 View commit details
    Browse the repository at this point in the history