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
When I was using your template the blogger editor prompted me the next error:
org.xml.sax.SAXParseException; lineNumber: 7334; columnNumber: 15; The element type "input" must be terminated by the matching end-tag "</input>".
I correct the error by adding </input> in the line 7332 #1
</input>
It's a little error and i don't know if i'm the only one with that error, but whatever.
Thank you very much for your awesome template and best regards!!!
The text was updated successfully, but these errors were encountered:
Thank you fcomovaz, for your advice...
Sorry, something went wrong.
you can change <input [the attributes] /> not <input [the attribute]>. #cmiiw. You can pull request again, maybe I can review.
Thank you. Best Regrads
Ooooh yes, sorry for that hahah thank you very much, let me fix it!!!!!
No branches or pull requests
When I was using your template the blogger editor prompted me the next error:
org.xml.sax.SAXParseException; lineNumber: 7334; columnNumber: 15; The element type "input" must be terminated by the matching end-tag "</input>".
I correct the error by adding
</input>
in the line 7332 #1It's a little error and i don't know if i'm the only one with that error, but whatever.
The text was updated successfully, but these errors were encountered: