From 7dd34c6a7ff84c1fbba09beffa6c278cdbcb8d50 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 9 Sep 2001 08:16:10 +0000 Subject: - Fixed a HTML typo in the blocks: the -tags where not closed. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 0e2a9881e..d036679c0 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -325,7 +325,7 @@ function blog_block() { $result = db_query("SELECT u.name, n.timestamp, n.title, n.nid FROM node n LEFT JOIN users u ON n.author = u.id WHERE n.type = 'blog' ORDER BY n.nid DESC LIMIT 10"); while ($node = db_fetch_object($result)) { - $output .= "name) ."\">". check_output($node->title) ."
\n"; + $output .= "
name) ."\">". check_output($node->title) ."
\n"; } $block[0]["subject"] = "". t("User blogs") .""; -- cgit v1.2.3