Изменения

+ scope="col" на заголовочных ячеек
Строка 206: Строка 206:  
table_content = '{| class="wikitable '
 
table_content = '{| class="wikitable '
 
if wide then table_content = table_content .. 'wide' end
 
if wide then table_content = table_content .. 'wide' end
table_content = table_content .. '"\n! Код !! Результат'
+
table_content = table_content .. '"\n! scope="col" | Код !! scope="col" | Результат'
 
if are_comments then table_content = table_content .. ' !! Комментарий' end
 
if are_comments then table_content = table_content .. ' !! Комментарий' end
 
end
 
end
Анонимный участник