mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:40:24 +02:00
fpcunitconsolerunner: less hints
git-svn-id: trunk@50012 -
This commit is contained in:
parent
7cfd666797
commit
cc6ad86c44
@ -249,10 +249,10 @@ var
|
||||
begin
|
||||
if StyleSheet<>'' then begin
|
||||
Doc.StylesheetType := 'text/xsl';
|
||||
Doc.StylesheetHRef := StyleSheet;
|
||||
Doc.StylesheetHRef := UTF8Decode(StyleSheet);
|
||||
end;
|
||||
n := Doc.CreateElement('Title');
|
||||
n.AppendChild(Doc.CreateTextNode(Title));
|
||||
n.AppendChild(Doc.CreateTextNode(UTF8Decode(Title)));
|
||||
Doc.FirstChild.AppendChild(n);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user