You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/05 06:01:07 UTC

svn commit: r1864415 - in /comdev/reporter.apache.org/trunk/site/wizard/js: source/generators.js wizard.js

Author: humbedooh
Date: Mon Aug  5 06:01:07 2019
New Revision: 1864415

URL: http://svn.apache.org/viewvc?rev=1864415&view=rev
Log:
formatting

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js?rev=1864415&r1=1864414&r2=1864415&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js Mon Aug  5 06:01:07 2019
@@ -77,7 +77,7 @@ function generate_pmc_roster(pdata) {
     
     if (!no_added) {
         if (founded.isAfter(three_months_ago)) {
-          txt += "No new PMC members (project graduated recently).";
+          txt += "- No new PMC members (project graduated recently).\n";
         }
         else if (last_added) {
             txt += "- No new PMC members. Last addition was %s on %s.\n".format(last_added[0], moment(last_added[1]*1000.0).format('YYYY-MM-DD'));

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1864415&r1=1864414&r2=1864415&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Mon Aug  5 06:01:07 2019
@@ -1256,7 +1256,7 @@ function generate_pmc_roster(pdata) {
     
     if (!no_added) {
         if (founded.isAfter(three_months_ago)) {
-          txt += "No new PMC members (project graduated recently).";
+          txt += "- No new PMC members (project graduated recently).\n";
         }
         else if (last_added) {
             txt += "- No new PMC members. Last addition was %s on %s.\n".format(last_added[0], moment(last_added[1]*1000.0).format('YYYY-MM-DD'));