aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/repo/wiki/new.tmpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/gogs.go b/gogs.go
index 4661bccb..de497256 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.147.0214"
+const APP_VER = "0.9.148.0215"
func init() {
setting.AppVer = APP_VER
diff --git a/templates/.VERSION b/templates/.VERSION
index 79c7c09a..e06bbb89 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.9.147.0214 \ No newline at end of file
+0.9.148.0215 \ No newline at end of file
diff --git a/templates/repo/wiki/new.tmpl b/templates/repo/wiki/new.tmpl
index af87e9c4..48188db2 100644
--- a/templates/repo/wiki/new.tmpl
+++ b/templates/repo/wiki/new.tmpl
@@ -11,7 +11,7 @@
</div>
{{end}}
</div>
- <form class="ui form" action="{{.Link}}" method="post">
+ <form class="ui form" action="{{EscapePound .Link}}" method="post">
{{.CsrfTokenHtml}}
<input type="hidden" name="old_title" value="{{.old_title}}">
<div class="field {{if .Err_Title}}error{{end}}">