Commit 623b1d4
authored
Rollup merge of rust-lang#112581 - TumoiYorozu:fix_url_encoding_of_percent_sign, r=notriddle
[rustdoc] Fix URL encoding of % sign
Fix rust-lang#112580
The % is encoded as %%, but the correct encoding is %25.1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1940 | 1940 | | |
1941 | 1941 | | |
1942 | 1942 | | |
1943 | | - | |
1944 | | - | |
1945 | 1943 | | |
1946 | 1944 | | |
1947 | 1945 | | |
| |||
0 commit comments