diff --git a/b2-include/b2template.functions.php b/b2-include/b2template.functions.php
index fa6c18d9fe..299f33c0a1 100644
--- a/b2-include/b2template.functions.php
+++ b/b2-include/b2template.functions.php
@@ -929,7 +929,7 @@ function comments_popup_script($width=400, $height=400, $file='b2commentspopup.p
global $b2commentspopupfile, $b2trackbackpopupfile, $b2pingbackpopupfile, $b2commentsjavascript;
$b2commentspopupfile = $file;
$b2commentsjavascript = 1;
- $javascript = "\n";
+ $javascript = "\n";
echo $javascript;
}