diff --git a/lib/comments.php b/lib/comments.php index 5131fe2..aae0736 100644 --- a/lib/comments.php +++ b/lib/comments.php @@ -51,7 +51,7 @@ class Roots_Walker_Comment extends Walker_Comment { call_user_func($args['end-callback'], $comment, $args, $depth); return; } - echo "\n"; + echo "\n"; } }