Need test: fix sub-folder HTML for FILE converter

This commit is contained in:
Cyrille L 2023-03-07 13:18:31 +01:00
parent 337fee3c8c
commit 7a3ef0537d
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ def check_headers(post_header):
post_err = True post_err = True
if not post_err: if not post_err:
web_link = '<a class="%s" href="%s" '%('file', web_uri) + \ web_link = '<a class="%s" href=".%s" '%('file', web_uri) + \
'target="%s" title="%s">%s</a>'%( 'target="%s" title="%s">%s</a>'%(
'%s', file_alt, file_name '%s', file_alt, file_name
) )