You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/12/18 01:22:23 UTC

svn commit: r727595 - in /maven/sandbox/trunk/reports: maven-html.vm maven-plugins-html.vm

Author: aheritier
Date: Wed Dec 17 16:22:23 2008
New Revision: 727595

URL: http://svn.apache.org/viewvc?rev=727595&view=rev
Log:
Cosmetic changes

Modified:
    maven/sandbox/trunk/reports/maven-html.vm
    maven/sandbox/trunk/reports/maven-plugins-html.vm

Modified: maven/sandbox/trunk/reports/maven-html.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/reports/maven-html.vm?rev=727595&r1=727594&r2=727595&view=diff
==============================================================================
--- maven/sandbox/trunk/reports/maven-html.vm (original)
+++ maven/sandbox/trunk/reports/maven-html.vm Wed Dec 17 16:22:23 2008
@@ -17,7 +17,7 @@
   </head>
   <body>
     <h1><a href="http://jira.codehaus.org/browse/MNG">Maven 2 Issues on Jira</a> sorted by descending vote count</h1>
-    <table width="90%" align="center">
+    <table align="center">
 	  <tr>
 		<th>Votes</th>
 		<th>Key</th>

Modified: maven/sandbox/trunk/reports/maven-plugins-html.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/reports/maven-plugins-html.vm?rev=727595&r1=727594&r2=727595&view=diff
==============================================================================
--- maven/sandbox/trunk/reports/maven-plugins-html.vm (original)
+++ maven/sandbox/trunk/reports/maven-plugins-html.vm Wed Dec 17 16:22:23 2008
@@ -22,7 +22,7 @@
 	#end
 	<h1>Plugins overview</h1>
 	<p>Number of votes on opened issues for Maven plugins sorted by descending votes count</p>
-    <table width="90%" align="center">
+    <table align="center">
       <tr>
 		<th>Plugin</th>
 		<th>Number of votes</th>
@@ -37,7 +37,7 @@
     <h1>Plugins details</h1>
 	#foreach( $project in $projects.descending("@totalVotes") ) 
     <a name="$project.name"/><h2>$project.attributes.totalVotes  $project.name</h2>
-    <table width="90%" align="center">
+    <table align="center">
       <tr>
 		<th>Votes</th>
 		<th>Key</th>