div class="media-body" nesting fix

This commit is contained in:
sfradel
2013-03-16 10:42:59 +02:00
parent 68f41bd77d
commit b6b755b2bf

View File

@@ -51,7 +51,7 @@ class Roots_Walker_Comment extends Walker_Comment {
call_user_func($args['end-callback'], $comment, $args, $depth);
return;
}
echo "</li>\n";
echo "</div></li>\n";
}
}