aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-07 11:51:53 -0500
committerUnknwon <u@gogs.io>2016-02-07 11:51:53 -0500
commitee53204e02f210b8c60e818aaf226869f0a6b986 (patch)
treef40c1a0000032daa99366a4bd7059c10806b2a43 /templates
parentf15a2f9b25bbec130915fec5b33c7e49dc7cf57d (diff)
downloadgitea-ee53204e02f210b8c60e818aaf226869f0a6b986.tar.gz
gitea-ee53204e02f210b8c60e818aaf226869f0a6b986.zip
Improve db path prompt when install
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/install.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 9ac7ae77d1..42d16d0193 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 29665424ef..f72416b846 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>