From 1cb57b1a440373cec4fcca00aa43ad9000b9b0bb Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 19 Mar 2015 15:26:04 -0400 Subject: #1094: fix locale --- templates/ng/base/alert.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/ng') diff --git a/templates/ng/base/alert.tmpl b/templates/ng/base/alert.tmpl index 329ae9108d..4c2976a914 100644 --- a/templates/ng/base/alert.tmpl +++ b/templates/ng/base/alert.tmpl @@ -1,3 +1,3 @@ -{{if .Flash.ErrorMsg}}{{.Flash.ErrorMsg}}{{end}} -{{if .Flash.SuccessMsg}}
{{.Flash.SuccessMsg}}
{{end}} -{{if .Flash.InfoMsg}}
{{.Flash.InfoMsg}}
{{end}} \ No newline at end of file +{{if .Flash.ErrorMsg}}{{.Flash.ErrorMsg|Str2html}}{{end}} +{{if .Flash.SuccessMsg}}
{{.Flash.SuccessMsg|Str2html}}
{{end}} +{{if .Flash.InfoMsg}}
{{.Flash.InfoMsg|Str2html}}
{{end}} \ No newline at end of file -- cgit v1.2.3