diff --git a/app/templates/views/templates/breaking-change.html b/app/templates/views/templates/breaking-change.html index ede5cbb8b..6a7571289 100644 --- a/app/templates/views/templates/breaking-change.html +++ b/app/templates/views/templates/breaking-change.html @@ -46,7 +46,7 @@ column{{ 's' if column_headings|length > 1 else '' }} of data:

-
+
{% call(item, row_number) list_table( example_rows, caption="Example", @@ -64,6 +64,6 @@ {% endcall %}
-

Developers, you’ll need to update your API calls

+

Developers, you’ll need to update your API calls

{% endblock %}