Use encodeURIComponent() instead of escape() which doesn't encode all characters...
authorFabian Keil <fk@fabiankeil.de>
Sun, 6 Sep 2009 15:07:55 +0000 (15:07 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Sep 2009 15:07:55 +0000 (15:07 +0000)
commit6576d21c2f38f5e1501d243e3b123d51a06b8388
tree014a1c0c74a3a72ca3e35d52cc951443d289f360
parent806d4d5ae408c5d9d1be5b5939c221292036687a
Use encodeURIComponent() instead of escape() which doesn't encode all characters we care about.

Anonymously reported in #2832722.
templates/edit-actions-list