You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Parse error occured when formatting document
> Syntax Error (line 11): Missing HTML "svg" end tag
10 | <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
11 | <g opacity="0.7">
The "<svg>" tag type has an incomplete HTML syntactic structure resulting in a parse error.
To resolve the issue check that you have a closing "</svg>" tag. For more information
see: https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags
Language: Liquid
Location: 11
Æsthetic: Parse Failed (Code: 105)
Parser error due to inline
<svg>
containing<g>
tag, but it is a valid HTMLhttps://developer.mozilla.org/en-US/docs/Web/SVG/Element/g
Full html:
The text was updated successfully, but these errors were encountered: