Module:Message box: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
fix bug where the arguments where all getting removed if cfg.allowBlankParams wasn't present |
remove a not where a not should not be |
||
வரிசை 477:
if self.imageRight then
local imageRightCell = row.tag('td').addClass('mbox-imageright')
if
imageRightCell = imageRightCell.tag('div').css('width', '52px') -- If we are using a div, redefine imageRightCell so that the image is inside it.
end
| |||