Content deleted Content added
fix variable name |
add the "messagebox" class to get the proper box width |
||
Line 489:
local root = mw.html.create('table')
root
:addClass('messagebox tmbox tmbox-notice')
:addClass(self.isSmall and 'mbox-small' or nil)
|