Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2005-11-11 09:24:04 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-11-11 09:24:04 +0300
commit4d0370ef873cb2523877f9fc81f0b4d63c1c05f8 (patch)
treef379781a9e44c183e4e8432c9f0bd4cb820174ad /web
parent0ca5abdc6148365081b7c7acebb943b4370b717d (diff)
was incorrect copy/paste.
svn path=/trunk/mono/; revision=52894
Diffstat (limited to 'web')
-rw-r--r--web/web/deploy/cm/cormissing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web/deploy/cm/cormissing.js b/web/web/deploy/cm/cormissing.js
index 9cd3163321d..da130d8278c 100644
--- a/web/web/deploy/cm/cormissing.js
+++ b/web/web/deploy/cm/cormissing.js
@@ -145,7 +145,7 @@ function getName (elt)
if (span.innerText)
return span.innerText;
else
- return elt.firstChild.nodeValue;
+ return span.firstChild.nodeValue;
}
}
return null;