Skip to content

Commit caf9b26

Browse files
committed
Fix syntax
1 parent 0db0888 commit caf9b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiDocumenter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function make_output_structure(docs::Vector, prettyurls)
109109
io,
110110
"""
111111
<!--This file is automatically generated by MultiDocumenter.jl-->
112-
<meta http-equiv="refresh" content="0; url=./$(string(first(docs).path), prettyurls ? "/" : "/index.html")"/>
112+
<meta http-equiv="refresh" content="0; url=./$(string(first(docs).path, prettyurls ? "/" : "/index.html"))"/>
113113
""",
114114
)
115115
end

0 commit comments

Comments
 (0)