diff --git a/r2/r2/templates/printablebuttons.html b/r2/r2/templates/printablebuttons.html index c411ce304..fcf334864 100644 --- a/r2/r2/templates/printablebuttons.html +++ b/r2/r2/templates/printablebuttons.html @@ -331,11 +331,11 @@ "return change_state(this, 'unread_message', unread_thing, true);", \ _("unread"))} - %if thing.can_reply: -
  • - ${self.simple_button(_("reply {verb}"), "reply")} -
  • - %endif + %endif + %if thing.can_reply: +
  • + ${self.simple_button(_("reply {verb}"), "reply")} +
  • %endif