From 660bb8ca39ea6e0e54204e6d7ca6d8c4a50923af Mon Sep 17 00:00:00 2001 From: Rick Ogden Date: Thu, 7 Feb 2013 10:02:07 +0000 Subject: [PATCH] Update Docs/Element/Element.md Added missing closing quote to the example of element construction with namespace. --- Docs/Element/Element.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Element/Element.md b/Docs/Element/Element.md index 5fd0d3c74..f4ae0b00f 100644 --- a/Docs/Element/Element.md +++ b/Docs/Element/Element.md @@ -168,7 +168,7 @@ Creates a new Element of the type passed in. ### Note: -Because the element name is parsed as a CSS selector, colons in namespaced tags have to be escaped. So `new Element('fb\:name)` becomes ``. +Because the element name is parsed as a CSS selector, colons in namespaced tags have to be escaped. So `new Element('fb\:name')` becomes ``. ### See Also: