From: Carlos S. <car...@us...> - 2005-07-21 00:09:54
|
carlossg 05/07/20 17:09:43 Modified: cobertura/src/plugin-resources check.jsl Log: Fixed typo in xml Revision Changes Path 1.3 +1 -0 maven-plugins/cobertura/src/plugin-resources/check.jsl Index: check.jsl =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/src/plugin-resources/check.jsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- check.jsl 14 Jul 2005 20:42:37 -0000 1.2 +++ check.jsl 21 Jul 2005 00:09:41 -0000 1.3 @@ -35,6 +35,7 @@ <properties> <title>Cobertura check results</title> </properties> + <body> <style type="text/css"> .normal { } .failed { color: red; } |