Selaa lähdekoodia

Fix monospace quoting

Matt Westcott 4 vuotta sitten
vanhempi
commit
f4d47a88d0
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      docs/releases/2.10.rst

+ 2 - 2
docs/releases/2.10.rst

@@ -20,7 +20,7 @@ Other features
  * Redirect to previous url when deleting/copying/unpublish a page and modify this url via the relevant hooks (Ascani Carlo)
  * ``AbstractEmailForm`` will use ``SHORT_DATETIME_FORMAT`` and ``SHORT_DATE_FORMAT`` Django settings to format date/time values in email (Haydn Greatnews)
  * ``AbstractEmailForm`` now has a separate method (``render_email``) to build up email content on submission emails. See :ref:`form_builder_render_email`. (Haydn Greatnews)
- * Add `pre_page_move` and `post_page_move` signals. (Andy Babic)
+ * Add ``pre_page_move`` and ``post_page_move`` signals. (Andy Babic)
  * Add ability to sort search promotions on listing page (Chris Ranjana, LB (Ben Johnston))
 
 
@@ -29,7 +29,7 @@ Bug fixes
 
  * Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
  * ``AbstractEmailForm`` saved submission fields are now aligned with the email content fields, ``form.cleaned_data`` will be used instead of ``form.fields`` (Haydn Greatnews)
- * Removed ARIA `role="table"` from TableBlock output (Thibaud Colas)
+ * Removed ARIA ``role="table"`` from TableBlock output (Thibaud Colas)
  * Set Cache-Control header to prevent page preview responses from being cached (Tomas Walch)