We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f7a5b commit 3af140dCopy full SHA for 3af140d
2 files changed
docs/404.html
@@ -24,7 +24,7 @@ <h1>404 - Not found</h1>
24
'+' +
25
thisUrl.search
26
.split('&').join('+').split('=').join('+')
27
- .split('?').join('+')
+ .split('?').join('+') +
28
'+' + thisUrl.hash.split('#').join('+')
29
);
30
window.location = newUrl.toString();
fontlab7/theme/404.html
0 commit comments