aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static_stylesheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static_stylesheet.go')
-rw-r--r--ui/static_stylesheet.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/static_stylesheet.go b/ui/static_stylesheet.go
index 9a21bc6..506caf4 100644
--- a/ui/static_stylesheet.go
+++ b/ui/static_stylesheet.go
@@ -14,8 +14,7 @@ import (
"miniflux.app/ui/static"
)
-// Stylesheet renders the CSS.
-func (c *Controller) Stylesheet(w http.ResponseWriter, r *http.Request) {
+func (h *handler) showStylesheet(w http.ResponseWriter, r *http.Request) {
filename := request.RouteStringParam(r, "name")
etag, found := static.StylesheetsChecksums[filename]
if !found {