summaryrefslogtreecommitdiff
path: root/modules/moderation.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/moderation.module')
-rw-r--r--modules/moderation.module2
1 files changed, 1 insertions, 1 deletions
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:") ." \"<A HREF=\"node.php?id=$n->nid\">". check_output($n->title) ."</A>\".";
- if ($node->log) $output .= " ". t("The log message to accompany this update is given below:") ."<P>". check_output($node->log, 1) ."</P>";
+ if ($node->log) $output .= " ". t("The log message to accompany this update is given below:") ."<P><I>". check_output($node->log, 1) ."</I></P>";
}
// moderation form: