Show
Ignore:
Timestamp:
09/04/08 22:30:03 (4 months ago)
Author:
dmondark
Message:

Applying htmlspecialchars to comment authors names as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/atomhandler.php

    r2441 r2442  
    218218 
    219219            $author= $item->addChild( 'author' ); 
    220             $author_name= $author->addChild( 'name', $comment->name ); 
     220            $author_name= $author->addChild( 'name', htmlspecialchars( $comment->name ) ); 
    221221 
    222222            $id= $item->addChild( 'id', $comment->post->guid . '/' . $comment->id );