HTML code outputing

I’m on a fairly fresh install of WP. I installed the rtPanel Framework, and I’m getting some HTML code output around the comments section like this:

1 Comment

Here’s a link to the site I’m working on:
http://computerguylouisville.com/blog/2014/01/09/hello-world/

Hello Thomas,

We have already fixed this bug on GitHub, in comments.php you will need to replace esc_attr($comment_count); with $comment_count;.
Also, we are releasing minor release shortly, sorry for the inconvenience.

Thanks,

You are awesome. Updated the file and all is well! =)