mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Generic unicode updates
This commit is contained in:
@ -48,7 +48,7 @@ def load_doc_file(filename, f):
|
||||
if float(ver) < 11 and float(ver) > 0:
|
||||
tidyopts['indent'] = 'no'
|
||||
|
||||
contents = unicode(rawcontents, encoding)
|
||||
contents = str(rawcontents, encoding)
|
||||
|
||||
tm = re_titlematch.search(contents)
|
||||
if tm:
|
||||
|
Reference in New Issue
Block a user