Changeset 95579 in webkit


Ignore:
Timestamp:
Sep 20, 2011 4:17:10 PM (13 years ago)
Author:
rniwa@webkit.org
Message:

Generate WebKit team's page out of committers.py
https://bugs.webkit.org/show_bug.cgi?id=68045

Fix per Daniel's review comment since I had misunderstood the code.

  • team.html:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r95578 r95579  
     12011-09-20  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Generate WebKit team's page out of committers.py
     4        https://bugs.webkit.org/show_bug.cgi?id=68045
     5
     6        Fix per Daniel's review comment since I had misunderstood the code.
     7
     8        * team.html:
     9
    1102011-09-20  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/Websites/webkit.org/team.html

    r95578 r95579  
    8181        }
    8282    }
    83     return affiliations ? affiliations.join(' / ') : null;
     83    return affiliations.join(' / ');
    8484}
    8585
Note: See TracChangeset for help on using the changeset viewer.