fixed example of html_table

This commit is contained in:
messju
2003-11-13 15:26:40 +00:00
parent c3dd540396
commit e15cacbc82

View File

@@ -4707,8 +4707,8 @@ $smarty->display('index.tpl');
index.tpl:
{html_table loop=$data}
{html_table loop=$data cols=4 table_attrs='border="0"'}
{html_table loop=$data cols=4 tr_attrs=$tr}
{html_table loop=$data cols=4 table_attr='border="0"'}
{html_table loop=$data cols=4 tr_attr=$tr}
SORTIE: