Changeset 1779
- Timestamp:
- 01/12/08 16:53:18 (11 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/wrappers/item.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/wrappers/item.php
r1736 r1779 215 215 $ea = preg_replace('/[^a-zA-Z0-9]/','_',$a); 216 216 if (getConfig('rss.output.usemodrewrite')) { 217 $a = "<a href=\"".getPath() ."author/$ea \">$a</a>";217 $a = "<a href=\"".getPath() ."author/$ea/\">$a</a>"; 218 218 } else { 219 219 $a = "<a href=\"".getPath() ."author.php?author=$ea\">$a</a>";
