summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/admin/handlers.go2
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
}