mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
Made versionadded/versionchanged annotations without a content end with ".".
Regression in d2afa5eb2308e672b6313876856e32e2561b90f3.
This commit is contained in:
parent
f5ebdfce5c
commit
5032556483
@ -153,7 +153,7 @@ class DjangoHTMLTranslator(HTMLTranslator):
|
||||
if version_text:
|
||||
title = "%s%s" % (
|
||||
version_text % node['version'],
|
||||
":" if node else "."
|
||||
":" if len(node) else "."
|
||||
)
|
||||
self.body.append('<span class="title">%s</span> ' % title)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user