Skip to content

Commit 1066bb3

Browse files
committed
Apparently, problems with ? have been fixed
So this closes #1851.
1 parent e96a0d1 commit 1066bb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

htmlify.p6

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,9 @@ sub write-search-file() {
749749
.pairs.sort({.key}).map: -> (:key($name), :value(@docs)) {
750750
qq[[\{ category: "{
751751
( @docs > 1 ?? $kind !! @docs.[0].subkinds[0] ).wordcase
752-
}", value: "$name", url: " {rewrite-url(@docs.[0].url).subst(\, %5c, :g).subst('"', '\"', :g).subst(?, %3F, :g) }" \}]] #"
752+
}", value: "$name",
753+
url: " {rewrite-url(@docs.[0].url).subst(\, %5c, :g).subst('"', '\"', :g).subst(?, %3F, :g) }" \}
754+
]] # " and ?
753755
}
754756
}).flat;
755757

0 commit comments

Comments
 (0)