mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed example table_attr and tr_attr in html_table-example
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user