File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ (Bool :$debug, Bool :$typegraph = False)
107
107
next unless $ heading ~~ / ^ [in | pre | post | circum | postcircum ] fix /;
108
108
my $ what = ~ $/ ;
109
109
my $ operator = $ heading . split (' ' , 2 )[1 ];
110
- % names {$ operator }{$ what } = " /language/operators#$ what %20$ operator" ;
110
+ % names {$ operator }{$ what } = " /language/operators#$ what %20" ~ uri_escape( $ operator ) ;
111
111
# %names{$operator}{$what} = "/op/$what/$operator;
112
112
}
113
113
}
@@ -362,7 +362,7 @@ (Bool :$debug, Bool :$typegraph = False)
362
362
}
363
363
sub url ($ what , $ name ) {
364
364
if % op-name . exists ($ what ) {
365
- " /language/operators#$ what %20$ name"
365
+ " /language/operators#$ what %20" ~ uri_escape( $ name )
366
366
}
367
367
else {
368
368
" /$ what /$ name" ;
You can’t perform that action at this time.
0 commit comments