Changeset 2442 for trunk/htdocs/system/classes/atomhandler.php
- Timestamp:
- 09/04/08 22:30:03 (4 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/atomhandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/atomhandler.php
r2441 r2442 218 218 219 219 $author= $item->addChild( 'author' ); 220 $author_name= $author->addChild( 'name', $comment->name);220 $author_name= $author->addChild( 'name', htmlspecialchars( $comment->name ) ); 221 221 222 222 $id= $item->addChild( 'id', $comment->post->guid . '/' . $comment->id );
