summaryrefslogtreecommitdiff
path: root/ajax_comments.php
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-29 13:11:20 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-29 13:11:20 +0100
commit946bf5d1ed6a5bf42de3e6e7a6f6920cbb1bed12 (patch)
treec6e0d0e2629ad4d9d7184cffa061b2a8abb8e076 /ajax_comments.php
parent924b97272e3ebde675f66a20bdb85b9c52265d79 (diff)
downloadliberty-946bf5d1ed6a5bf42de3e6e7a6f6920cbb1bed12.tar.gz
liberty-946bf5d1ed6a5bf42de3e6e7a6f6920cbb1bed12.tar.bz2
liberty-946bf5d1ed6a5bf42de3e6e7a6f6920cbb1bed12.zip
Strip extra white space
( simply ignoring is causing problems with comment merging )
Diffstat (limited to 'ajax_comments.php')
-rw-r--r--ajax_comments.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ajax_comments.php b/ajax_comments.php
index d751dbc..cb941d0 100644
--- a/ajax_comments.php
+++ b/ajax_comments.php
@@ -19,9 +19,9 @@ if( !$gContent->hasUserPermission( 'p_liberty_post_comments', TRUE, TRUE)) {
$XMLContent = tra( "You do not have the required permissions to post new comments" );
} elseif( $gContent->isCommentable() ) {
/**
- * If we are receiving ajax comments request make sure our results also
- * know we are using ajax comments. This is an insurance measure that if
- * the originating content forced on ajax comments (even if off system
+ * If we are receiving ajax comments request make sure our results also
+ * know we are using ajax comments. This is an insurance measure that if
+ * the originating content forced on ajax comments (even if off system
* wide) that the return results continue to use ajax comments. Don't take
* this out under penalty of death.
*/