Changeset 146 for trunk/Common/Utils.pas
- Timestamp:
- Dec 29, 2023, 11:44:26 PM (11 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Utils.pas
r145 r146 1 unit U Utils;1 unit Utils; 2 2 3 3 interface … … 20 20 21 21 uses 22 UCore;22 Core; 23 23 24 24 function HtmlLink(Text, Target: string): string; … … 96 96 begin 97 97 if (Length(URL) > 0) and (URL[1] = '/') then 98 Result := Core. BaseURL + URL98 Result := Core.Core.BaseURL + URL 99 99 else Result := URL; 100 100 end;
Note:
See TracChangeset
for help on using the changeset viewer.