diff options
Diffstat (limited to 'django/test')
| -rw-r--r-- | django/test/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/html.py b/django/test/html.py index fdedafe76e..c01f73c1fb 100644 --- a/django/test/html.py +++ b/django/test/html.py @@ -118,7 +118,7 @@ class Element: output += ''.join(str(c) for c in self.children) output += '\n</%s>' % self.name else: - output += ' />' + output += '>' return output def __repr__(self): |
