Skip to content

Commit

Permalink
Bug 815908: Add frame busting target to newsletter privacy link.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Jan 16, 2013
1 parent 8e3e933 commit adbf3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mozorg/forms.py
Expand Up @@ -70,7 +70,7 @@ def render(self, name, value, attrs=None):
input_txt = super(PrivacyWidget, self).render(name, value, attrs)

policy_txt = _(u'I’m okay with you handling this info as you explain '
u'in your <a href="%s">Privacy Policy</a>')
u'in your <a href="%s" target="_top">Privacy Policy</a>')
return mark_safe(
'<label for="%s" class="privacy-check-label">'
'%s '
Expand Down

0 comments on commit adbf3b1

Please sign in to comment.