Where does the " " " " " " " " come from in DOM(no such thing in html)?
- by wamp
You can locate the place by searching test11" " " " " " " " in the page,
but if you view the source code, you'll see the related html is like this:
test11<table style="display: table;" class="listview rowstyle-rowhighlight"" id="resourcegrid">
Where does the " " " " " " " " come from?
The problem can be seen here