summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-25 19:36:50 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-27 15:43:56 +0200
commit09c88e84d196e6c0943b220cd6526d3473c530b6 (patch)
tree6bc3c0e7abe4c1d8d47b02a72e6dc855a2ad5d45 /helpers
parent24c1770288803bd7a344f5903dd4f03cccc6a8f0 (diff)
output: Rename HTMLType etc. to HTMLFormat
Diffstat (limited to 'helpers')
-rw-r--r--helpers/url.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/url.go b/helpers/url.go
index 445302123..9c1a643cc 100644
--- a/helpers/url.go
+++ b/helpers/url.go
@@ -317,7 +317,6 @@ func (p *PathSpec) PrependBasePath(rel string) string {
// URLizeAndPrep applies misc sanitation to the given URL to get it in line
// with the Hugo standard.
-// TODO(bep) output check usage
func (p *PathSpec) URLizeAndPrep(in string) string {
return p.URLPrep(p.URLize(in))
}