Author: humbedooh
Date: Tue Mar 3 21:23:40 2015
New Revision: 1663796
URL: http://svn.apache.org/r1663796
Log:
make the TODO items stand out in the template
Modified:
comdev/reporter.apache.org/site/render.js
Modified: comdev/reporter.apache.org/site/render.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/site/render.js?rev=1663796&r1=1663795&r2=1663796&view=diff
==============================================================================
--- comdev/reporter.apache.org/site/render.js (original)
+++ comdev/reporter.apache.org/site/render.js Tue Mar 3 21:23:40 2015
@@ -207,11 +207,11 @@ function renderFrontPage(json) {
addLine(pmc)
addLine(pmc, "Activity:")
- addLine(pmc, " - TODO - the PMC must provide this information")
+ addLine(pmc, " - <font color='red'>TODO - the PMC MUST provide this
information</font>")
addLine(pmc)
addLine(pmc, "Issues:")
- addLine(pmc, " -TODO - list any issues that require board attention, \n
or say \"there are no issues requiring board attention at this time\"")
+ addLine(pmc, " - <font color='red'>TODO - list any issues that require
board attention, \n or say \"there are no issues requiring board attention at
this time\"</font>")
addLine(pmc)
var obj = document.createElement('section');