mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Fix missing word in code comment (my own fault)
This commit is contained in:
parent
6fa7f2ac3e
commit
8727475596
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue