aboutsummaryrefslogtreecommitdiff
path: root/server/core/html_response.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/html_response.go')
-rw-r--r--server/core/html_response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/html_response.go b/server/core/html_response.go
index 52b51454..1b29ee85 100644
--- a/server/core/html_response.go
+++ b/server/core/html_response.go
@@ -8,7 +8,7 @@ import (
"log"
"net/http"
- "github.com/miniflux/miniflux2/server/template"
+ "github.com/miniflux/miniflux/server/template"
)
// HTMLResponse handles HTML responses.