diff options
author | Unknwon <u@gogs.io> | 2016-08-28 01:41:44 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-28 01:41:44 -0700 |
commit | 0114fdcba40270731d59fe24e8fa6c6147d69e01 (patch) | |
tree | 3cd62e41ad1ed6172e2ba1c16a5e06df39be147d /templates/base/alert.tmpl | |
parent | dad5c155202a79514e60e73ac019191218167d35 (diff) | |
download | gitea-0114fdcba40270731d59fe24e8fa6c6147d69e01.tar.gz gitea-0114fdcba40270731d59fe24e8fa6c6147d69e01.zip |
Web editor: improve delete file process
Diffstat (limited to 'templates/base/alert.tmpl')
-rw-r--r-- | templates/base/alert.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/alert.tmpl b/templates/base/alert.tmpl index 4f53db742a..8d05b882a7 100644 --- a/templates/base/alert.tmpl +++ b/templates/base/alert.tmpl @@ -10,6 +10,6 @@ {{end}} {{if .Flash.InfoMsg}} <div class="ui info message"> - <p>{{.Flash.InfoMsg| Safe}}</p> + <p>{{.Flash.InfoMsg | Safe}}</p> </div> {{end}} |