From: Adam Dickmeiss Date: Thu, 12 Jun 2014 10:38:55 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.7.0~5^2^2 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=e02d46a95d2fd16b3f46e30e4bb43093d477058d;hp=ec408aa062279768cacf3810db429890cc1ce228;p=pazpar2-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 --- diff --git a/js/pz2.js b/js/pz2.js index 824fd60..59c501d 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -1194,7 +1194,7 @@ Element_parseChildNodes = function (node) for (var i = 0; i < attrs.length; i++) { hasChildElems = true; var attrName = '@' + attrs[i].nodeName; - var attrValue = attrs[i].value; + var attrValue = attrs[i].nodeValue; parsed[attrName] = attrValue; }