We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f48491 commit 575029bCopy full SHA for 575029b
web/src/encoding.ts
@@ -87,7 +87,7 @@ function keggEncode(v: string, url = false) {
87
const transformed = v.replace(pattern, replacement);
88
if (transformed !== v) {
89
if (url) {
90
- return urlBase + transformed;
+ return urlBase + transformed.toUpperCase();
91
}
92
return transformed;
93
0 commit comments