annotate.js
annotate.js copied to clipboard
contentEditable -> contenteditable in hallo.js
There should not be a capital "E" in "contentEditable". Better replace it by "contenteditable" which is the correct spelling.
This makes a difference in XHTML because attributes then are case-sensitive: https://bugzilla.mozilla.org/show_bug.cgi?id=486931#c10