fix git mangle take 2

This commit is contained in:
Kevin Chugh
2013-04-21 19:47:27 -04:00
parent 7bc75844b2
commit 9d57f0a9d2

View File

@@ -156,7 +156,7 @@ if Backbone?
count += comment.getCommentsCount() + 1
count
class @Comments extends Backbtle: ->
class @Comments extends Backbone: ->
if @has("highlighted_title")
String(@get("highlighted_title")).replace(/<highlight>/g, '<mark>').replace(/<\/highlight>/g, '</mark>')
else