From a6121c15033d1dee17fc5c504d06035906d0f6b8 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 15 Jun 2002 13:48:08 +0000 Subject: - fixing some incorrect l*() calls. - fixing node_feed() to work with tax feeds. Thanks Moshe. --- modules/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 1a2aa8d3c..7aba6d5dc 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -341,7 +341,7 @@ function blog_block() { while ($node = db_fetch_object($result)) { $output .= l(check_output($node->title), array("id" => $node->nid)) ."
\n"; } - $output .= "
".lm(t("more"), array("mod" => "blog"), t("Read the latest blog entries."))."
"; + $output .= "
".lm(t("more"), array("mod" => "blog"), "", array("title" => t("Read the latest blog entries."))) ."
"; $block[0]["content"] = $output; } -- cgit v1.2.3