diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/blog/lib/blog.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index 286fe1832..e0b09f897 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -26,7 +26,7 @@ function blog_get_page_content_read($guid = NULL) {  		return $return;  	} -	$return['title'] = htmlspecialchars($blog->title); +	$return['title'] = $blog->title;  	$container = $blog->getContainerEntity();  	$crumbs_title = $container->name;  | 
