diff --git a/code/BlogEntry.php b/code/BlogEntry.php index f892c65..a9ad956 100644 --- a/code/BlogEntry.php +++ b/code/BlogEntry.php @@ -100,7 +100,7 @@ class BlogEntry extends Page { $link = $this->getParent() ? $this->getParent()->Link('tag') : ''; foreach($tags as $tag) { $output->push(new ArrayData(array( - 'Tag' => $tag, + 'Tag' => Convert::raw2xml($tag), 'Link' => $link . '/' . urlencode($tag), 'URLTag' => urlencode($tag) )));