Ignore:
Timestamp:
Dec 21, 2009, 1:19:39 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Třída TWebServer oddělena do samostatné jednotky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DirectWeb/URSS.pas

    r90 r91  
    66
    77uses
    8   Classes, SysUtils, pwmain, dateutils;
     8  Classes, SysUtils, DateUtils;
    99
    1010type
     
    5656  with TRSSChannelItem(Items[I]) do begin
    5757    Result := Result + '<item>' +
    58       '<title>' + FilterHTML(Title) + '</title>' +
    59       '<description>' + FilterHTML(Description) + '</description>' +
     58      '<title>' + Title + '</title>' +
     59      '<description>' + Description + '</description>' +
    6060      '<pubDate>' + RFC2822TimeFormat(Time) + '</pubDate>' +
    6161      '<link>' + Link + '</link>' +
Note: See TracChangeset for help on using the changeset viewer.