From 9c64d40f339a34ea7c220f3404733fc91d6893e6 Mon Sep 17 00:00:00 2001 From: scyrma Date: Mon, 30 Jun 2008 01:51:45 +0000 Subject: [PATCH] MDL-15392: preventing duplicate #id in blog entries list --- blog/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/lib.php b/blog/lib.php index 6f1103001f..c999054b1c 100755 --- a/blog/lib.php +++ b/blog/lib.php @@ -144,7 +144,7 @@ global $USER, $CFG, $COURSE, $ME, $DB; $template['body'] = format_text($blogEntry->summary, $blogEntry->format); - $template['title'] = ''; + $template['title'] = 'id) .'" />'; //enclose the title in nolink tags so that moodle formatting doesn't autolink the text $template['title'] .= ''. format_string($blogEntry->subject) .''; $template['userid'] = $blogEntry->userid; -- 2.39.5