We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the-grid/taylor#42 @bergie has requested that we add a meta tag, like so:
meta
<meta name="the-grid-solution" content="" />
The following:
$ "meta", { name: "the-grid-solution", content: "" }
produces:
<meta name="the-grid-solution" />
I can work around it by using:
$ "meta", { name: "the-grid-solution", content: " " }
or:
""" <meta name="the-grid-solution" content="" /> """
I can add a spec if this is confirmed as a bug.
The text was updated successfully, but these errors were encountered:
gom/lib/mixins/render.coffee
Line 60 in d56b05c
Sorry, something went wrong.
No branches or pull requests
In the-grid/taylor#42 @bergie has requested that we add a
meta
tag, like so:The following:
produces:
I can work around it by using:
or:
I can add a spec if this is confirmed as a bug.
The text was updated successfully, but these errors were encountered: