Module:Message box/div: Difference between revisions

Content deleted Content added
pretty sure we don't need empty cells any more
remove imagediv
Line 557:
if self.imageRight then
local imageRightCell = mbox:tag('div'):addClass('mbox-imageright')
if self.imageCellDiv then
-- If we are using a div, redefine imageRightCell so that the image
-- is inside it.
imageRightCell = imageRightCell:tag('div'):addClass('mbox-image-div')
end
imageRightCell
:wikitext(self.imageRight or nil)