fix syntax issue for update site hyperlink in generated pages.
diff --git a/buildMilestoneList-cron.sh b/buildMilestoneList-cron.sh
index 6f66e84..42744ee 100644
--- a/buildMilestoneList-cron.sh
+++ b/buildMilestoneList-cron.sh
@@ -153,8 +153,8 @@
 echo "    </description>                                                           " >> $tmp/index.xml
 echo "  <section class=\"main\" name=\"Milestone Builds\">                           " >> $tmp/index.xml
 echo "    <description>                                                            " >> $tmp/index.xml
+echo "      <p><a href=\"http://download.eclipse.org/rt/eclipselink/milestone-updates\">Milestone Build P2 Update Site</a></p> " >> $tmp/index.xml
 echo "      <p>                                                                    " >> $tmp/index.xml
-echo "      <a href=\"http://download.eclipse.org/rt/eclipselink/milestone-updates\">Milestone Build P2 Update Site</a><p> " >> $tmp/index.xml
 echo "        <table border=\"1\">                                                 " >> $tmp/index.xml
 echo "          <tr>                                                               " >> $tmp/index.xml
 echo "            <th colspan=\"5\" align=\"middle\"> Symbol Key </th>            " >> $tmp/index.xml
diff --git a/buildNightlyList-cron.sh b/buildNightlyList-cron.sh
index b662850..a5d1c0e 100644
--- a/buildNightlyList-cron.sh
+++ b/buildNightlyList-cron.sh
@@ -154,8 +154,8 @@
 echo "    </description>                                                           " >> $tmp/index.xml
 echo "  <section class=\"main\" name=\"Nightly Builds\">                           " >> $tmp/index.xml
 echo "    <description>                                                            " >> $tmp/index.xml
+echo "      <p><a href=\"http://download.eclipse.org/rt/eclipselink/nightly-updates\">Nightly Build P2 Update Site</a></p>" >> $tmp/index.xml
 echo "      <p>                                                                    " >> $tmp/index.xml
-echo "      <a href=\"http://download.eclipse.org/rt/eclipselink/nightly-updates\">Nightly Build P2 Update Site</a><p>" >> $tmp/index.xml
 echo "        <table border=\"1\">                                                 " >> $tmp/index.xml
 echo "          <tr>                                                               " >> $tmp/index.xml
 echo "            <th colspan=\"5\" align=\"middle\"> Symbol Key </th>            " >> $tmp/index.xml