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