lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Oct 15, 2010 at 3:29 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Here it is, tested.
>
> function H (tag, attrs, c, ...)
>        o = {('<%s '):format(tag)}

i just noticed it's missing 'local' for the 'o' variable.... did it really work?

-- 
Javier