diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-18 16:14:30 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-18 16:14:30 -0700 |
commit | d594cbbea7f4297f1b581ad15643125f0db0c561 (patch) | |
tree | 2ad9e57169ed097e80c3477c19c5901964fce33e | |
parent | 17107f8cb84adfad7a364f749634f1a17a84aa63 (diff) |
fixing typo
-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> |