summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 913a1a548..b1e48ed3a 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -484,7 +484,7 @@ function comment_nodeapi_view($node, $teaser) {
}
}
}
-
+
if (isset($links['comment_forbidden'])) {
$links['comment_forbidden']['html'] = TRUE;
}
@@ -493,7 +493,7 @@ function comment_nodeapi_view($node, $teaser) {
'#type' => 'node_links',
'#value' => $links,
);
-
+
// Append the list of comments to $node->content for node detail pages.
if ($node->comment && (bool)menu_get_object() && $node->build_mode != NODE_BUILD_PREVIEW) {
$node->content['comments'] = array(