459112: Committers are no longer listed in
http://eclipse.org/mylyn/contributors/
Change-Id: I464a0e974dcfa69a7f5003bd932e970b93dad9fd
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=459112
Signed-off-by: Frank Becker <eclipse@frank-becker.de>
diff --git a/contributors/contributorupdate.php b/contributors/contributorupdate.php
index 74ec934..4f8a836 100644
--- a/contributors/contributorupdate.php
+++ b/contributors/contributorupdate.php
@@ -4,7 +4,7 @@
{
$committerReviews = file_get_contents($url);
$start= substr($committerReviews, strpos($committerReviews, "<h3>Committers</h3>"));
- $committerList =substr($start,19, strpos($start, "</div>"));
+ $committerList =substr($start,19, strpos($start, "</ul></div>"));
$lines = explode('</li>', strip_tags($committerList, '<li>'));
foreach($lines as $line) {
if (strlen($line)>3) {