diff options
Diffstat (limited to 'templates/admin/notice.tmpl')
-rw-r--r-- | templates/admin/notice.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin/notice.tmpl b/templates/admin/notice.tmpl index 7d0fa0019a..b831f50c85 100644 --- a/templates/admin/notice.tmpl +++ b/templates/admin/notice.tmpl @@ -34,7 +34,7 @@ </tr> {{end}} </tbody> - {{ if .Notices }} + {{if .Notices}} <tfoot class="full-width"> <tr> <th></th> @@ -65,11 +65,11 @@ </th> </tr> </tfoot> - {{ end }} + {{end}} </table> </div> - {{ template "base/paginate" . }} + {{template "base/paginate" .}} </div> </div> |