Skip to content

Commit

Permalink
Small correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasguisasola committed Nov 7, 2013
1 parent 1536cff commit af1e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/us/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h3>Escaping example</h3>
<pre class="example">
local escaped_element = {
tag = "StringEscapingTest",
{ tag = "string", "&lt;this was automatically escaped", },
{ tag = "string", "&lt;this was automatically escaped&gt;", },
{ tag = "string", 'do not re-escape my &amp;', },
} --&gt; &lt;StringEscapingTest&gt;&lt;string&gt;&amp;lt;this was automatically escaped&amp;gt;&lt;/string&gt;&lt;string&gt;do not re-escape my &amp;amp;&lt;/string&gt;&lt;/StringEscapingTest&gt;
</pre>
Expand Down

0 comments on commit af1e100

Please sign in to comment.