From bbc5d4a152284537e1e6480289be13d8eb1bbfab Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 17 Jul 2001 06:26:33 +0000 Subject: - blog.module: + missing ', 1' parameter to check_output() --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 9bdf72cc9..44ab96549 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -105,7 +105,7 @@ function blog_page_last() { $links[] = "nid\">". t("discuss") .""; $output .= "". check_output($blog->title) ."". $theme->links($links) .""; - $output .= "
". check_output($blog->body) ."

"; + $output .= "
". check_output($blog->body, 1) ."

"; unset($links); } $output .= ""; -- cgit v1.2.3