Bug 12150: Add missing space and correct innerHTML typo
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 11 Jun 2014 10:47:28 +0000 (12:47 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Jul 2014 12:53:58 +0000 (09:53 -0300)
The previous patch forgot to add a space between the string "Edit
action" and the placeholder.

Trying to test it, I found a typo: innerhtml does not exist, it should
be innerHTML.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

No differences found