Author: humbedooh
Date: Tue Aug  6 09:04:59 2019
New Revision: 1864474

URL: http://svn.apache.org/viewvc?rev=1864474&view=rev
Log:
fix header

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=1864474&r1=1864473&r2=1864474&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 
Tue Aug  6 09:04:59 2019
@@ -870,6 +870,6 @@ function statistics_releases(data) {
 
     // Put it all together
     txt += rtxt;
-    if (txt) txt = "<h3>Project Release Activity:</h3>" + txt
+    if (txt) txt = "<h4>Project Release Activity:</h4>" + txt
     return txt;
 }
\ No newline at end of file

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=1864474&r1=1864473&r2=1864474&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Tue Aug  6 
09:04:59 2019
@@ -2963,7 +2963,7 @@ function statistics_releases(data) {
 
     // Put it all together
     txt += rtxt;
-    if (txt) txt = "<h3>Project Release Activity:</h3>" + txt
+    if (txt) txt = "<h4>Project Release Activity:</h4>" + txt
     return txt;
 }
 


Reply via email to