From 30e753fa578a53931de47662beea293f62a81d96 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 12 Feb 2005 07:39:31 +0000 Subject: [PATCH] More escaping - http://mosquito.wordpress.org/view.php?id=179 git-svn-id: http://svn.automattic.com/wordpress/trunk@2284 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-atom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-atom.php b/wp-atom.php index 87e291d427..fa34f5526c 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -27,7 +27,7 @@ $more = 1; - <?php the_title_rss() ?> + <![CDATA[<?php the_title_rss() ?>]]>