Изменения

Строка 234: Строка 234:  
         table.insert(str, expandError('empty_title'));
 
         table.insert(str, expandError('empty_title'));
 
         table.insert(cats, 'empty_title')
 
         table.insert(cats, 'empty_title')
     elseif not is(args['lang']) and mw.ustring.find(args['title'], '^[0-9А-яЁё«»:;,…!?  %(%)%.—№%/%|%&%#+-]+$') == nil then
+
     elseif not is(args['lang']) and mw.ustring.find(args['title'], '^[0-9А-яЁё«»:;,…!? \194\160%(%)%.—№%/%|%&%#+-]+$') == nil then
 
         table.insert(cats, 'empty_lang')
 
         table.insert(cats, 'empty_lang')
 
     end
 
     end
Анонимный участник