Forgot to define variable

This commit is contained in:
Las Zenow 2012-08-16 09:31:56 +02:00
parent 748bd05169
commit 6d9ea98901

View file

@ -114,7 +114,7 @@ func parseAuthr(creator []string) []string {
}
func parseDescription(description []string) string {
cleanStr(strings.Join(description, ", "))
str := cleanStr(strings.Join(description, ", "))
exp, _ := regexp.Compile("<[^>]*>")
str = exp.ReplaceAllString(str, "")
return str