1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From df76b8f6d8230390e7c8ecf5dbe6dab132b79fb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20Roucari=C3=A8s?= <rouca@debian.org>
Date: Mon, 30 Jul 2018 14:50:23 +0200
Subject: Fix end tags
Forwarded: yes
---
www/advanced-windows-installation.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index f976ea0c38..50571726e1 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -98,7 +98,7 @@
</ul>
<h2>Install Visual Studio dependencies</h2>
-<p>To build ImageMagick with Visual Studio the following components should be installed:</p:
+<p>To build ImageMagick with Visual Studio the following components should be installed:</p>:
<ul>
<li>Desktop development with C++ (workload)</li>
|