Changeset 4304 for trunk/feed.php
- Timestamp:
- Nov 18, 2009, 9:07:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/feed.php
r3282 r4304 107 107 $rss->encoding=get_pwg_charset(); 108 108 $rss->title = $conf['gallery_title']; 109 $rss->title.= ' (as '. $user['username'].')';109 $rss->title.= ' (as '.stripslashes($user['username']).')'; 110 110 111 111 $rss->link = $conf['gallery_url'];
Note: See TracChangeset
for help on using the changeset viewer.