We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7300b1c + d03361b commit 61efb25Copy full SHA for 61efb25
Docs/Element/Element.md
@@ -168,7 +168,7 @@ Creates a new Element of the type passed in.
168
169
### Note:
170
171
-Because the element name is parsed as a CSS selector, colons in namespaced tags have to be escaped. So `new Element('fb\:name')` becomes `<fb:name>`.
+Because the element name is parsed as a CSS selector, colons in namespaced tags have to be escaped. So `new Element('fb\\:name')` becomes `<fb:name>`.
172
173
### See Also:
174
0 commit comments