Changeset 146 for trunk/Common/Utils.pas


Ignore:
Timestamp:
Dec 29, 2023, 11:44:26 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Unit names without U prefix.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Common/Utils.pas

    r145 r146  
    1 unit UUtils;
     1unit Utils;
    22
    33interface
     
    2020
    2121uses
    22   UCore;
     22  Core;
    2323
    2424function HtmlLink(Text, Target: string): string;
     
    9696begin
    9797  if (Length(URL) > 0) and (URL[1] = '/') then
    98     Result := Core.BaseURL + URL
     98    Result := Core.Core.BaseURL + URL
    9999    else Result := URL;
    100100end;
Note: See TracChangeset for help on using the changeset viewer.