From: Andre Noll Date: Sun, 16 Apr 2017 15:37:51 +0000 (+0200) Subject: www: Fix an html bug in download page. X-Git-Tag: v0.6.0~12 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9090ef9c56f488ea019b8cb8a40f22112bc3311a www: Fix an html bug in download page. Dillo complains with HTML warning: line 45, Unexpected closing tag:

-- expected . This complaint looks bogus, but removing the

and

tags makes the warning go away with no visible change. --- diff --git a/web/download.in.html b/web/download.in.html index a09fd1c8..c6ba266b 100644 --- a/web/download.in.html +++ b/web/download.in.html @@ -9,9 +9,9 @@ provided at this point. There are several ways to download the source: Clone the git repository by executing -

 
+		
 
 			git clone git://git.tuebingen.mpg.de/paraslash.git
-		 

+

The repository contains the full history of the project since 2006, all work in progress and the source