[website 1/3] Fix invalid/missing html tags on english download page.

Sebastian Lackner sebastian at fds-team.de
Mon Jan 4 19:30:07 CST 2016


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

Also removes the whitespace inbetween of mailto: and the email address.

 templates/en/download.template |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/templates/en/download.template b/templates/en/download.template
index 6fd7e9a..e1eda1d 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -63,14 +63,15 @@ requested in exchange for hosting the Wine web site.</p>
     Please report any problems with them in <a href="http://bugs.winehq.org">WineHQ's bugzilla</a>.</b>    
     </td>
     <td></td>
-  
+  </tr>
+
   <tr bgcolor="#ffffff">
     <td align="center">
       <img src="{$root}/images/winehq_logo_glass_sm.png" alt="WineHQ" border="0"></a>
     </td>
     <td><p>
       <b><a href="http://wiki.winehq.org/Ubuntu">Ubuntu</a></b> 
-      - WineHQ binary packages for the development and staging branches for Ubuntu 12.04, 14.04, 15.04, 15.10, 16.04
+      - WineHQ binary packages for the development and staging branches for Ubuntu 12.04, 14.04, 15.04, 15.10, 16.04</p>
      <p><b><a href="http://wiki.winehq.org/Debian">Debian</a></b>
      - WineHQ binary packages for the development and staging branches for Debian Wheezy, Jessie, Stretch, and Sid</p> 
      <p><b><a href="http://wiki.winehq.org/Fedora">Fedora</a></b>
@@ -79,8 +80,8 @@ requested in exchange for hosting the Wine web site.</p>
         - WineHQ binary packages for the development and staging branches for Mageia 4 and 5</p>
      <p><b><a href="http://wiki.winehq.org/MacOSX">Mac OS X</a></b>
         - WineHQ binary packages for the development and staging branches for Mac OS X 10.8 and higher</p>
-        </tt>
-    <td><a href="mailto: michael at fds-team.de">Michael Müller</a></td>
+    </td>
+    <td><a href="mailto:michael at fds-team.de">Michael Müller</a></td>
   </tr>
 
     <tr>
@@ -95,6 +96,8 @@ requested in exchange for hosting the Wine web site.</p>
     Please report any problems with them to the package maintainer.</b>    
     </td>
     <td></td>
+  </tr>
+
   <tr bgcolor="#ffffff">
     <td align="center"><a href="http://en.opensuse.org/Wine#Repositories">
       <img src="{$root}/images/distro/suse.png" width="50" height="50" alt="SUSE Linux" border="0"></a>
-- 
2.6.4



More information about the wine-patches mailing list