From: Tim Wood Date: Mon, 28 Nov 2011 17:37:44 +0000 (-0800) Subject: Fixing documentation backslash escaped character #80 X-Git-Tag: 1.2.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e997963467585eae487c2db960d197ed7c6aa49e;p=thirdparty%2Fmoment.git Fixing documentation backslash escaped character #80 --- diff --git a/sitesrc/docs.jade b/sitesrc/docs.jade index 4910c999a..04a6f7062 100644 --- a/sitesrc/docs.jade +++ b/sitesrc/docs.jade @@ -232,7 +232,7 @@ block content p The parser ignores non-alphanumeric characters, so both code moment("12-25-1995", "MM-DD-YYYY") | and - code moment("12\25\1995", "MM-DD-YYYY") + code moment("12\\25\\1995", "MM-DD-YYYY") | will return the same thing. table tbody