模块:Message box:修订间差异

删除82字节 、​ 2021年2月9日 (星期二)
移除yesno代码
(311行尝试修复)
(移除yesno代码)
第309行: 第309行:
end
end
if args.fix and args.fix ~= '' then
if args.fix and args.fix ~= '' then
self.fix = format("<br><small>%s</small>", args.fix)
self.fix = format("<br /><small>%s</small>", args.fix)
else
else
self.fix = ''
self.fix = ''
end
end
self.info = args.info
self.info = args.info
if yesno(args.removalnotice) then
self.removalNotice = cfg.removalNotice
end
end
end