diff --git a/app/assets/javascripts/discourse/views/post_view.js b/app/assets/javascripts/discourse/views/post_view.js index fad7483913b..d004d069d25 100644 --- a/app/assets/javascripts/discourse/views/post_view.js +++ b/app/assets/javascripts/discourse/views/post_view.js @@ -137,7 +137,7 @@ Discourse.PostView = Discourse.GroupedView.extend(Ember.Evented, { self.$(".cooked a[href]").each(function() { var link = $(this); - if (link.attr('href') === lc.url) { + if (!lc.internal && link.attr('href') === lc.url) { // don't display badge counts on category badge if (link.closest('.badge-category').length === 0 && ((link.closest(".onebox-result").length === 0 && link.closest('.onebox-body').length === 0) || link.hasClass("track-link"))) { link.append("