mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 03:32:45 +02:00
IDE: fpdoc editor: using OS line endings for xml files
git-svn-id: trunk@22154 -
This commit is contained in:
parent
32306cd763
commit
cfd8171a4a
@ -697,7 +697,7 @@ var
|
||||
Child: TDOMNode;
|
||||
FileAttribute, LinkAttribute: TDOMAttr;
|
||||
begin
|
||||
NewValue:=ToUnixLineEnding(NewValue);
|
||||
NewValue:=ToOSLineEnding(NewValue);
|
||||
if ChildName=FPDocItemNames[fpdiElementLink] then begin
|
||||
// update attribute
|
||||
if Node is TDomElement then begin
|
||||
|
Loading…
Reference in New Issue
Block a user