diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-25 16:42:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-25 16:42:52 +0000 |
commit | 5fb307f5bf4d39a4492671ac6223bd65492a1b16 (patch) | |
tree | 257bbb055b59144d1ad86feb6a92dce7d8ba7693 /modules/moderation.module | |
parent | 5b92e9099f45a779359cdf85f27874619bb8358f (diff) | |
download | brdo-5fb307f5bf4d39a4492671ac6223bd65492a1b16.tar.gz brdo-5fb307f5bf4d39a4492671ac6223bd65492a1b16.tar.bz2 |
- refactoring, refactoring, refactoring
Diffstat (limited to 'modules/moderation.module')
-rw-r--r-- | modules/moderation.module | 2 |
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: |