From 5fb307f5bf4d39a4492671ac6223bd65492a1b16 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 25 Mar 2001 16:42:52 +0000 Subject: - refactoring, refactoring, refactoring --- modules/moderation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/moderation.module') diff --git a/modules/moderation.module b/modules/moderation.module index e9380db5f..4b63f0274 100644 --- a/modules/moderation.module +++ b/modules/moderation.module @@ -77,7 +77,7 @@ function moderation_node($id) { else { if ($node->pid && $n = node_get_object("nid", $node->pid)) { if ($node->pid) $output .= " ". t("The above node is a suggested update for an existing node:") ." \"nid\">". check_output($n->title) ."\"."; - if ($node->log) $output .= " ". t("The log message to accompany this update is given below:") ."

". check_output($node->log, 1) ."

"; + if ($node->log) $output .= " ". t("The log message to accompany this update is given below:") ."

". check_output($node->log, 1) ."

"; } // moderation form: -- cgit v1.2.3