fixed example

This commit is contained in:
messju
2004-11-01 10:42:34 +00:00
parent a66511eb45
commit 9c408b06af

View File

@@ -127,7 +127,7 @@ $smarty->display('index.tpl');
</para>
<programlisting>
<![CDATA[
{html_checkboxes name="id" options=$cust_checkboxes selected=$customer_id separator="&lt;br /&gt;"}
{html_checkboxes name="id" options=$cust_checkboxes selected=$customer_id separator="<br />"}
]]>
</programlisting>
<para>