mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
@ -149,6 +149,7 @@ func (c *cssClassCollectorWriter) insertStandinHTMLElement(el string) (string, s
|
|||||||
if spacei != -1 {
|
if spacei != -1 {
|
||||||
tag = tag[:spacei]
|
tag = tag[:spacei]
|
||||||
}
|
}
|
||||||
|
tag = strings.Trim(tag, "\n ")
|
||||||
newv := strings.Replace(el, tag, "div", 1)
|
newv := strings.Replace(el, tag, "div", 1)
|
||||||
return newv, strings.ToLower(tag)
|
return newv, strings.ToLower(tag)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user