SlexAxton / require-handlebars-plugin

A plugin for handlebars in require.js (both in dev and build)
804 stars 202 forks source link

Not well-formed #251

Open virik opened 8 years ago

virik commented 8 years ago

How come I get the not well-formed message when calling my templates?

{{!
    {
    "name" : "footer",
    "decription" : "Footer"
    }
}}
<div class="footer">
    &copy; 2016 Company Name
    <div class="pull-right">
        <h2>Produkt name<h2>
    </div>
</div>
prantlf commented 7 years ago

The <h2> tag in your HTML markup is not closed.