﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2879	Saving a file with multine strings inserts spacing when saved	Leonardo Laguna	Per Östlund	"Take the following model and paste it in the text view.

{{{
model test ""Line1
Line2""
end test;
}}}

Make small modification (touch the file) and save it and you will get

{{{
model test ""Line1
   Line2""
end test;
}}}

Every time you save the model new spaces are inserted.

This affects models that have html documentation in annotations which are modified every time you save them. "	defect	closed	high	1.9.4	Frontend	trunk	fixed		
