Changeset 279 for branches/web/URSS.pas
- Timestamp:
- Mar 5, 2010, 8:52:50 PM (15 years ago)
- Location:
- branches/web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/web
- Property svn:ignore
-
old new 3 3 *.o 4 4 backup 5 6 5 index.cgi 7 8 6 index.compiled 9 10 7 UConfig.pas 8 bin
-
- Property svn:ignore
-
branches/web/URSS.pas
r139 r279 6 6 7 7 uses 8 Classes, SysUtils, pwmain,dateutils;8 Classes, SysUtils, dateutils; 9 9 10 10 type … … 56 56 with TRSSChannelItem(Items[I]) do begin 57 57 Result := Result + '<item>' + 58 '<title>' + FilterHTML(Title) + '</title>' +59 '<description>' + FilterHTML(Description) + '</description>' +58 //'<title>' + FilterHTML(Title) + '</title>' + 59 //'<description>' + FilterHTML(Description) + '</description>' + 60 60 '<pubDate>' + RFC2822TimeFormat(Time) + '</pubDate>' + 61 61 '<link>' + Link + '</link>' +
Note:
See TracChangeset
for help on using the changeset viewer.