fixed example for html_radios

This commit is contained in:
messju
2003-05-08 12:17:41 +00:00
parent 9e42d23f88
commit 0e78fa20d6

View File

@@ -3997,7 +3997,7 @@ $smarty->display('index.tpl');
index.tpl: index.tpl:
{html_radios name="id" radios=$cust_radios checked=$customer_id separator="<br />"} {html_radios name="id" options=$cust_radios checked=$customer_id separator="<br />"}
OUTPUT: (both examples) OUTPUT: (both examples)