Author: sebb
Date: Thu Sep 24 19:39:52 2015
New Revision: 1705126
URL: http://svn.apache.org/viewvc?rev=1705126&view=rev
Log:
Typo
Modified:
comdev/reporter.apache.org/trunk/site/render.js
Modified: comdev/reporter.apache.org/trunk/site/render.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/render.js?rev=1705126&r1=1705125&r2=1705126&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/render.js Thu Sep 24 19:39:52 2015
@@ -104,7 +104,7 @@ function formatRm(array) {
if (m.indexOf(first) < 0) { // non-month value initially
return first.concat('; (default: ', array.slice(1).join(', '),')')
}
- return array.join('% ')
+ return array.join(', ')
}
function setReportDate(json, x) {