Need test: fix sub-folder HTML for FILE converter
This commit is contained in:
parent
337fee3c8c
commit
7a3ef0537d
|
@ -475,7 +475,7 @@ def check_headers(post_header):
|
|||
post_err = True
|
||||
|
||||
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>'%(
|
||||
'%s', file_alt, file_name
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue