|
@@ -52,8 +52,8 @@
|
|
|
<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>">>).
|
|
|
-"&lt;a&gt;</a&gt;"</code></figure>
|
|
|
+ <figure><code> > nitro:hte(&lt;&lt;"&lt;a&gt;&lt;/a&gt;"&gt;&gt;).
|
|
|
+"&lt;a&gt;&lt;/a&gt;"</code></figure>
|
|
|
<a name="render"></a>
|
|
|
<h4>wire(list(#action{})) -> [].</h4>
|
|
|
<p>Updates the process dictionary <b>actions</b> variable with the new list of records inhereted from <b>#action</b>.
|