Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Caellion committed Feb 2, 2022
1 parent 47131ad commit 182d358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/templates/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ func Str2html(raw string) template.HTML {
}

// RenderMarkup render markdown/markup specified in type to sanitized HTML
func RenderMarkup(markupType string, raw string) template.HTML {
func RenderMarkup(markupType, raw string) template.HTML {
var err error
var renderedContent string

Expand Down

0 comments on commit 182d358

Please sign in to comment.