diff options
-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 cca1d64..2bce74c 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -358,7 +358,7 @@ func postsHandler(res http.ResponseWriter, req *http.Request) { <div class="input-field post-search inline"> <label class="active">Search:</label> <i class="right material-icons search-icon">search</i> - <input class="search" name="q" type="text" placeholder="Within all` + t + ` fields" class="search"/> + <input class="search" name="q" type="text" placeholder="Within all ` + t + ` fields" class="search"/> <input type="hidden" name="type" value="` + t + `" /> </div> </form> |