fixed example table_attr and tr_attr in html_table-example

This commit is contained in:
messju
2003-04-24 07:43:11 +00:00
parent 0b10d02d73
commit 49bbb4c8ae

View File

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