diff options
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 0459b4f..611955e 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -1502,7 +1502,7 @@ func contentsHandler(res http.ResponseWriter, req *http.Request) { btn += `<br/> <a href="/admin/contents/export?type=` + t + `&format=csv" class="green darken-4 btn export-post waves-effect waves-light"> <i class="material-icons left">system_update_alt</i> - .CSV + CSV </a>` } |