Skip to content

Commit

Permalink
Fix tag links
Browse files Browse the repository at this point in the history
  • Loading branch information
arelra committed Mar 19, 2024
1 parent c0c5fb9 commit 5bdbcc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/app/model/dotcomrendering/DotcomRenderingUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ object DotcomRenderingUtils {
val withTagLinks =
if (article.content.isPaidContent) elems
else TextCleaner.tagLinks(elems, article.content.tags, article.content.showInRelated, edition)
elems

withTagLinks
}

def isSpecialReport(page: ContentPage): Boolean =
Expand Down

0 comments on commit 5bdbcc7

Please sign in to comment.