From b6b755b2bfa540700123b4aaa479eb9c0ea67849 Mon Sep 17 00:00:00 2001 From: sfradel Date: Sat, 16 Mar 2013 10:42:59 +0200 Subject: [PATCH] div class="media-body" nesting fix --- lib/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }