mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Fix missing word in code comment (my own fault)
This commit is contained in:
@@ -60,7 +60,7 @@ func sanitizeURLWithFlags(in string, f purell.NormalizationFlags) string {
|
|||||||
|
|
||||||
// Temporary workaround for the bug fix and resulting
|
// Temporary workaround for the bug fix and resulting
|
||||||
// behavioral change in purell.NormalizeURLString():
|
// 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.
|
// but no longer, see #878.
|
||||||
//
|
//
|
||||||
// I think the real solution is to allow Hugo to
|
// I think the real solution is to allow Hugo to
|
||||||
|
Reference in New Issue
Block a user