mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-16 04:05:16 +01:00
Fix mismatched tag
This commit is contained in:
parent
ea74ad02e6
commit
eb3bac259d
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ def datatype_changed(self, *args):
|
|||
'</ul></p>'
|
||||
"<p>For example:\n"
|
||||
"<ul>\n"
|
||||
"<li>ddd, d MMM yyyy gives Mon, 5 Jan 2010<li>\n"
|
||||
"<li>ddd, d MMM yyyy gives Mon, 5 Jan 2010</li>\n"
|
||||
"<li>dd MMMM yy gives 05 January 10</li>\n"
|
||||
"</ul> "))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue