innertext('a<span>b</span>c') should return 'abc' but it returns 'a b c'
innertext('abc') should return 'abc'
but it returns 'a b c'