Fixed bug #672: Now tags input not 'slugify' the tags
parent
25588422ae
commit
517d393bd7
|
@ -34,7 +34,6 @@ TagsDirective = ->
|
|||
parser = (v) ->
|
||||
return [] if not v
|
||||
result = _(v.split(",")).map((x) -> _.str.trim(x))
|
||||
.map((x) -> x.replace(/\s+/, "-"))
|
||||
|
||||
return result.value()
|
||||
|
||||
|
|
Loading…
Reference in New Issue