Skip to content

Commit

Permalink
restore removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed Jan 8, 2025
1 parent d6f499f commit 789ea01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/httpcontroller/template_renderers.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,6 @@ func (s *Server) renderSettingsContent(c echo.Context) (template.HTML, error) {
return "", err
}

// Return the rendered HTML
return template.HTML(buf.String()), nil
}

0 comments on commit 789ea01

Please sign in to comment.