latte icon indicating copy to clipboard operation
latte copied to clipboard

Macro define parameters bug

Open MartkCz opened this issue 7 years ago • 1 comments

Version: dev-master 505c0b1

{define inputSubmit $ctrl, $full, $class}
	{dump}
{/define}

Works:

{include inputSubmit $form[send], false, 'btn btn-secondary no-push'}

class => 'btn btn-secondary no-push'

Not:

{include inputSubmit $form[send], class => 'btn btn-secondary no-push'}

class => null

MartkCz avatar Aug 31 '18 12:08 MartkCz

Implementation will be more complex.

dg avatar Sep 18 '19 14:09 dg