diff --git a/code/BlogTree.php b/code/BlogTree.php index b6d4533..01ad118 100644 --- a/code/BlogTree.php +++ b/code/BlogTree.php @@ -298,7 +298,7 @@ class BlogTree_Controller extends Page_Controller { * @return String */ function SelectedTag() { - return ($this->request->latestParam('Action') == 'tag') ? $this->request->latestParam('ID') : ''; + return ($this->request->latestParam('Action') == 'tag') ? Convert::raw2xml($this->request->latestParam('ID')) : ''; } /**