summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-26 14:08:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-26 14:08:44 +0000
commit6d3d75fe4b8fb1c862010cc87839f1d9ede43265 (patch)
treeb801374bf914048d8659cb8df8f014f1486ee5ec /modules/comment
parent8851b57acf1391fe1dbfab4877c1fdc7d63aac63 (diff)
downloadbrdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.gz
brdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.bz2
- Removing whitespace.
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.api.php2
-rw-r--r--modules/comment/comment.module4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/comment/comment.api.php b/modules/comment/comment.api.php
index 9b431e98d..377be4786 100644
--- a/modules/comment/comment.api.php
+++ b/modules/comment/comment.api.php
@@ -26,7 +26,7 @@ function hook_comment_insert(&$form_values) {
}
/**
- * The user has just finished editing the comment and is trying to
+ * The user has just finished editing the comment and is trying to
* preview or submit it. This hook can be used to check or
* even modify the node. Errors should be set with form_set_error().
*
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(