]> cat aescling's git repositories - mastodon.git/commit
Fix html escape characters in the URL (#2138)
authorabcang <abcang1015@gmail.com>
Wed, 19 Apr 2017 12:52:18 +0000 (21:52 +0900)
committerEugen <eugen@zeonfederated.com>
Wed, 19 Apr 2017 12:52:18 +0000 (14:52 +0200)
commit70891a99a97bc1ca14a8ded13a5cd45b648b92b3
tree227d9e18e035ec10d96bfbd9754d6b2dc4b261a0
parent3572f4423f1b0a50c06129a106a0dc599cba0335
Fix html escape characters in the URL (#2138)

* fix character escaping in URL

* add tests

* put a comma after the last item

* add HTML escape test
app/lib/formatter.rb
spec/lib/formatter_spec.rb