|
@@ -52,7 +52,7 @@
|
|
|
<a name="wire"></a>
|
|
|
<h4>hte([] | binary()) -> [] | binary().</h4>
|
|
|
<p>Performs HTML escaping that is safe to display as a text on a page.</p>
|
|
|
- <figure><code> > nitro:hte(<<"<a></a>">>).
|
|
|
+ <figure><code> > nitro:hte(<<"<a></a>">>).
|
|
|
"&lt;a&gt;</a&gt;"</code></figure>
|
|
|
<a name="render"></a>
|
|
|
<h4>wire(list(#action{})) -> [].</h4>
|