diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/install.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 9ac7ae77..42d16d01 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.31.0205
\ No newline at end of file +0.8.32.0207
\ No newline at end of file diff --git a/templates/install.tmpl b/templates/install.tmpl index 29665424..f72416b8 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -68,7 +68,7 @@ <div class="inline required field {{if or .Err_DbPath .Err_DbSetting}}error{{end}}"> <label for="db_path">{{.i18n.Tr "install.path"}}</label> <input id="db_path" name="db_path" value="{{.db_path}}"> - <span class="help">{{.i18n.Tr "install.sqlite_helper"}}</span> + <span class="help">{{.i18n.Tr "install.sqlite_helper" | Safe}}</span> </div> </div> |