From ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 20 Jan 2018 23:09:10 -0800 Subject: Fixed #29038 -- Removed closing slash from HTML void tags. --- tests/postgres_tests/test_array.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/postgres_tests/test_array.py') diff --git a/tests/postgres_tests/test_array.py b/tests/postgres_tests/test_array.py index e2ad3e8dcc..4776bda934 100644 --- a/tests/postgres_tests/test_array.py +++ b/tests/postgres_tests/test_array.py @@ -805,9 +805,9 @@ class TestSplitFormField(PostgreSQLTestCase): - - - + + + ''') @@ -876,8 +876,8 @@ class TestSplitFormWidget(PostgreSQLWidgetTestCase): self.check_html( SplitArrayWidget(forms.TextInput(), size=2), 'array', None, """ - - + + """ ) @@ -887,8 +887,8 @@ class TestSplitFormWidget(PostgreSQLWidgetTestCase): 'array', ['val1', 'val2'], attrs={'id': 'foo'}, html=( """ - - + + """ ) ) -- cgit v1.3