.
original commit: 1187376dc12bfa7e0ad906d54b616a94c1201f83
This commit is contained in:
parent
e0cd7f14f0
commit
dc893a1331
|
@ -170,7 +170,7 @@
|
|||
,(? string? title))
|
||||
(list keyword
|
||||
result
|
||||
(string->path file)
|
||||
file
|
||||
label
|
||||
title)]
|
||||
[else (fail)]))
|
||||
|
@ -369,7 +369,9 @@
|
|||
(list-ref v 4) ; title
|
||||
(if (eq? 'text doc-kind)
|
||||
(apply build-path doc)
|
||||
(let ([file (bytes->path (string->bytes/utf-8 (list-ref v 2)))])
|
||||
(let ([file (bytes->path
|
||||
(string->bytes/utf-8
|
||||
(list-ref v 2)))])
|
||||
(if (servlet-path? file)
|
||||
file
|
||||
(build-path doc file))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user