Changeset 2284

Show
Ignore:
Timestamp:
02/12/05 07:39:31 (4 years ago)
Author:
saxmatt
Message:

More escaping - http://mosquito.wordpress.org/view.php?id=179

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-atom.php

    r2272 r2284  
    2828            <name><?php the_author() ?></name> 
    2929        </author> 
    30         <title><?php the_title_rss() ?></title> 
     30        <title type="text/html" mode="escaped"><![CDATA[<?php the_title_rss() ?>]]></title> 
    3131        <link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" /> 
    3232        <id><?php the_guid(); ?></id>