-
Andrew Nicols authored
{{# quote }}<a href=\"foo\">{{/ quote }} becomes: "<a href=\\"foo\\">" This causes a mustache syntax error. The quote helper negates the need to escape quotes in normal use, e.g.: {{# quote }}<a href="foo">{{/ quote }} which instead becomes: "<a href=\"foo\">"
Andrew Nicols authored{{# quote }}<a href=\"foo\">{{/ quote }} becomes: "<a href=\\"foo\\">" This causes a mustache syntax error. The quote helper negates the need to escape quotes in normal use, e.g.: {{# quote }}<a href="foo">{{/ quote }} which instead becomes: "<a href=\"foo\">"
Loading