diff --git a/r2/r2/templates/link.html b/r2/r2/templates/link.html index 1c43520a1..f7fb69de6 100755 --- a/r2/r2/templates/link.html +++ b/r2/r2/templates/link.html @@ -78,7 +78,7 @@ <%def name="flair()"> %if c.user.pref_show_link_flair and thing.flair_text: - ${thing.flair_text} + ${thing.flair_text} %endif