|
@@ -15,7 +15,7 @@ uses
|
|
PathFunc in '..\..\Components\PathFunc.pas';
|
|
PathFunc in '..\..\Components\PathFunc.pas';
|
|
|
|
|
|
const
|
|
const
|
|
- Version = '1.18';
|
|
|
|
|
|
+ Version = '1.19';
|
|
|
|
|
|
XMLFileVersion = '1';
|
|
XMLFileVersion = '1';
|
|
|
|
|
|
@@ -398,7 +398,7 @@ begin
|
|
if Pos('ms-its:', S) = 1 then
|
|
if Pos('ms-its:', S) = 1 then
|
|
Result := Result + Format('<a href="%s">%s</a>', [S, ParseFormattedText(Node)])
|
|
Result := Result + Format('<a href="%s">%s</a>', [S, ParseFormattedText(Node)])
|
|
else
|
|
else
|
|
- Result := Result + Format('<a href="%s" target="_blank" title="%s">%s</a><img src="images/extlink.svg" alt=" [external link]" />',
|
|
|
|
|
|
+ Result := Result + Format('<a href="%s" target="_blank" title="%s">%s</a><img src="images/extlink.png" srcset="images/extlink.svg" alt=" [external link]" />',
|
|
[S, S, ParseFormattedText(Node)]);
|
|
[S, S, ParseFormattedText(Node)]);
|
|
end;
|
|
end;
|
|
elHeading:
|
|
elHeading:
|