From e6ccb5cb2466d2339300fab4619b1c58a00092d6 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Sun, 17 Jun 2007 12:51:45 +0000
Subject: [PATCH] minor fix for tag order hygene

---
 downloadsites/committers/index.php | 2 +-
 downloadsites/downloads/index.php  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/downloadsites/committers/index.php b/downloadsites/committers/index.php
index b3d302c0a..07ed0fc96 100644
--- a/downloadsites/committers/index.php
+++ b/downloadsites/committers/index.php
@@ -286,7 +286,7 @@ foreach($dropType as $value) {
 
 <table border="0" cellpadding="2" width="100%">
 	<tr>
-		<td align="center" bgcolor="#999999"><b><font color="#FFFFFF" face="Arial,Helvetica">Recent History</b></font></td>
+		<td align="center" bgcolor="#999999"><font color="#FFFFFF" face="Arial,Helvetica"><b>Recent History</b></font></td>
 	</tr>
 </table>
 
diff --git a/downloadsites/downloads/index.php b/downloadsites/downloads/index.php
index eb8b64f67..a4c6d3df4 100644
--- a/downloadsites/downloads/index.php
+++ b/downloadsites/downloads/index.php
@@ -290,7 +290,7 @@ foreach($dropType as $value) {
 
 <table border="0" cellpadding="2" width="100%">
 	<tr>
-		<td align="center" bgcolor="#999999"><b><font color="#FFFFFF" face="Arial,Helvetica">Recent History</b></font></td>
+		<td align="center" bgcolor="#999999"><font color="#FFFFFF" face="Arial,Helvetica"><b>Recent History</b></font></td>
 	</tr>
 </table>
 
-- 
GitLab