projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa7f2a
)
Fix missing word in code comment (my own fault)
author
Anthony Fok
<foka@debian.org>
Sun, 22 Nov 2015 16:40:22 +0000
(09:40 -0700)
committer
Anthony Fok
<foka@debian.org>
Sun, 22 Nov 2015 16:40:22 +0000
(09:40 -0700)
helpers/url.go
patch
|
blob
|
history
diff --git
a/helpers/url.go
b/helpers/url.go
index d8530e3e7eb04f1d7a650d7749e2f723d86dc91a..93f003be5df667c4058c3ce167ff94961709a6ec 100644
(file)
--- a/
helpers/url.go
+++ b/
helpers/url.go
@@
-60,7
+60,7
@@
func sanitizeURLWithFlags(in string, f purell.NormalizationFlags) string {
// Temporary workaround for the bug fix and resulting
// behavioral change in purell.NormalizeURLString():
- // a leading '/' was inadvertently to relative links,
+ // a leading '/' was inadvertently
added
to relative links,
// but no longer, see #878.
//
// I think the real solution is to allow Hugo to