From 9cabc6e4afb816d5a9129d9b998e1b519745093f Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 13 Apr 2006 05:55:03 +0000 Subject: [PATCH] Fixed tag names in blog --- blog/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/lib.php b/blog/lib.php index 7026d67730a86..ef6376c29a76a 100755 --- a/blog/lib.php +++ b/blog/lib.php @@ -148,7 +148,7 @@ function blog_print_entry($blogEntry, $viewtype='full', $filtertype='', $filters /// Start printing of the blog - echo '
'; + echo '
'; echo '
'; print_user_picture($template['userid'], SITEID, $user->picture);