diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-05-15 11:39:31 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-05-15 11:39:31 -0700 |
commit | 0ee16cc099c4fea518e9e57ff4b5166aba54ee34 (patch) | |
tree | f11aa7e399e354d8f613d18ea10f14cc8e405773 /system/admin/handlers.go | |
parent | b0aacbefa498e144e05f41dba8903c0753af9829 (diff) |
update csv label
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 611955e..a950633 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -2530,7 +2530,7 @@ func searchHandler(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>` html = html + b.String() + btn } |