Author: humbedooh
Date: Mon Oct 10 16:00:51 2022
New Revision: 1904499

URL: http://svn.apache.org/viewvc?rev=1904499&view=rev
Log:
tweak look

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

Modified: 
comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js?rev=1904499&r1=1904498&r2=1904499&view=diff
==============================================================================
--- 
comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js 
(original)
+++ 
comdev/reporter.apache.org/trunk/site/wizard/js/source/statistics_generator.js 
Mon Oct 10 16:00:51 2022
@@ -324,7 +324,7 @@ function statistics_health(data) {
             }
         });
         let txt = "<h5>BugZilla activity:</h5>";
-       txt += "<li>%u BugZilla tickets opened and %u closed in the past 
quarter.</li>".format(bz[0], bz[1]);
+       txt += "<h6>%u BugZilla tickets opened and %u closed in the past 
quarter.</h6>".format(bz[0], bz[1]);
        xhtml.innerHTML = txt;
         html.inject(xhtml);
     }

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=1904499&r1=1904498&r2=1904499&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Mon Oct 10 
16:00:51 2022
@@ -2526,7 +2526,7 @@ function statistics_health(data) {
             }
         });
         let txt = "<h5>BugZilla activity:</h5>";
-       txt += "<li>%u BugZilla tickets opened and %u closed in the past 
quarter.</li>".format(bz[0], bz[1]);
+       txt += "<h6>%u BugZilla tickets opened and %u closed in the past 
quarter.</h6>".format(bz[0], bz[1]);
        xhtml.innerHTML = txt;
         html.inject(xhtml);
     }


Reply via email to