use the more portable $(obj).text() instead obj.text, MKWS-77
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 24 Jan 2014 14:15:20 +0000 (14:15 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 24 Jan 2014 14:15:20 +0000 (14:15 +0000)
jquery xpath match returns a list of HTML object, so we need to convert the
object back to jquery, and run the .text() method on it instead .text property


No differences found