From 9090ef9c56f488ea019b8cb8a40f22112bc3311a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 16 Apr 2017 17:37:51 +0200 Subject: [PATCH] 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. --- web/download.in.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2