diff options
Diffstat (limited to 'templates/admin/base')
-rw-r--r-- | templates/admin/base/page.tmpl | 2 | ||||
-rw-r--r-- | templates/admin/base/search.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/base/page.tmpl b/templates/admin/base/page.tmpl index b689ed0811..564d7dec34 100644 --- a/templates/admin/base/page.tmpl +++ b/templates/admin/base/page.tmpl @@ -20,4 +20,4 @@ </div> </div> {{end}} - {{end}}
\ No newline at end of file + {{end}} diff --git a/templates/admin/base/search.tmpl b/templates/admin/base/search.tmpl index 29026a11a1..22634354b8 100644 --- a/templates/admin/base/search.tmpl +++ b/templates/admin/base/search.tmpl @@ -3,4 +3,4 @@ <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus> <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button> </div> -</form>
\ No newline at end of file +</form> |