Namdak Tonpa 5 years ago
parent
commit
8d43e043fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      man/nitro.htm

+ 2 - 2
man/nitro.htm

@@ -52,8 +52,8 @@
         <a name="wire"></a>
         <a name="wire"></a>
         <h4>hte([] | binary()) -> [] | binary().</h4>
         <h4>hte([] | binary()) -> [] | binary().</h4>
         <p>Performs HTML escaping that is safe to display as a text on a page.</p>
         <p>Performs HTML escaping that is safe to display as a text on a page.</p>
-        <figure><code> > nitro:hte(&lt;&lt;"&lt;a&gt;&lt;/a&gt;"&gt;&gt;).
-"&#38;lt;a&#38;gt;&lt;/a&#38;gt;"</code></figure>
+        <figure><code> > nitro:hte(&#38;lt;&#38;lt;"&#38;lt;a&#38;gt;&#38;lt;/a&#38;gt;"&#38;gt;&#38;gt;).
+"&#38;lt;a&#38;gt;&#38;lt;/a&#38;gt;"</code></figure>
         <a name="render"></a>
         <a name="render"></a>
         <h4>wire(list(#action{})) -> [].</h4>
         <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>.
         <p>Updates the process dictionary <b>actions</b> variable with the new list of records inhereted from <b>#action</b>.