Module:Sidebar: Difference between revisions
Appearance
don't modify the args table while iterating over it |
listframestyle fix |
||
Line 211: | Line 211: | ||
.css('padding', 0) | .css('padding', 0) | ||
.cssText(args.listframestyle) | .cssText(args.listframestyle) | ||
.cssText(args['list' .. num .. ' | .cssText(args['list' .. num .. 'framestyle']) | ||
.tag('div') | .tag('div') | ||
.addClass('NavHead') | .addClass('NavHead') |