Content deleted Content added
add closing tr tag |
Minor adjust Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
||
Line 115:
caption = '<div class="thumbcaption">' .. footer .. '</div>\n'
end
b = '<table cellpadding=0 cellspacing=0 class="center" style="line-height: 0; background:white; font-size:88%; border:1px #
.. 'padding:0; margin:auto">\n' .. b .. '\n</table>'
Line 121:
return b
else
return '<div class="thumb ' .. align .. '
.. '<center>' .. header .. '</center>' .. '\n<div class="thumbinner" style="width:' .. width .. 'px;">\n'
.. b .. '\n' .. caption .. '</div></div>'
end
|