diff options
Diffstat (limited to 'custom/views/rss10/index.tpl.php')
-rw-r--r-- | custom/views/rss10/index.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/views/rss10/index.tpl.php b/custom/views/rss10/index.tpl.php index 0141327..c74b65d 100644 --- a/custom/views/rss10/index.tpl.php +++ b/custom/views/rss10/index.tpl.php @@ -14,7 +14,7 @@ echo '<?xml version="1.0" encoding="UTF-8" ?>'; xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="<?php echo $PlanetConfig->getUrl(); ?>"> - <title><?php echo $PlanetConfig->getName(); ?></title> + <title><?php echo htmlentities($PlanetConfig->getName()); ?></title> <description></description> <link><?php echo $PlanetConfig->getUrl(); ?></link> <dc:language></dc:language> |