Add missing slash

This commit is contained in:
Eliot Whalan 2016-06-23 13:20:48 +10:00
parent 2b6d33bda0
commit e4138172af
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func save(raw string, lang string) []string {
if lang == "" {
url := ADDRESS + "/p/" + id
} else {
url := ADDRESS + "/p/" + id + "/" lang
url := ADDRESS + "/p/" + id + "/" + lang
}
delKey := uniuri.NewLen(40)
paste := html.EscapeString(raw)