Изменения

м
Нет описания правки
Строка 257: Строка 257:     
if isempty(style) then
 
if isempty(style) then
text = text .. ' [' .. comment .. ']'
+
text = text .. ' [' .. comment .. '.]'
 
else
 
else
text = text .. ' <span style="color: gray;">[' .. comment .. ']</span>'
+
text = text .. ' <span style="color: gray;">[' .. comment .. '.]</span>'
 
end
 
end
 
end
 
end