From 0b8d67464a42320a97da950a784fc35ef5b92cfb Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Tue, 3 Nov 2020 13:50:02 -0500 Subject: [PATCH] Remove the thing (#16294) Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com> --- includes/rest_operation.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/rest_operation.html b/includes/rest_operation.html index afe3e801ba53..dc30f725ca89 100644 --- a/includes/rest_operation.html +++ b/includes/rest_operation.html @@ -122,9 +122,7 @@

Notes

  • Works with GitHub Apps
  • {% endif %} {% for note in operation.notes %} - {% unless note == 'Works with GitHub Apps' %} -
  • {{ note }}
  • - {% endunless %} +
  • {{ note }}
  • {% endfor %} {% endif %}