diff --git a/templates/directory.html b/templates/directory.html
index fe5c9fb..15541d9 100644
--- a/templates/directory.html
+++ b/templates/directory.html
@@ -49,37 +49,37 @@
{% else %}
{% if "mingw32" in f.text %}
- Windows 32 bit
+ | Windows 32 bit
{% elif "win32" in f.text %}
- | Windows 32 bit
+ | Windows 32 bit
{% elif "mingw64" in f.text %}
- | Windows 64 bit
+ | Windows 64 bit
{% elif "win64" in f.text %}
- | Windows 64 bit
- {% elif "OSX" in f.text %}
- {% if "x86_64" in f.text %}
- | Mac OS X 64 bit
- {% else %}
- | Mac OS X 32 bit
- {% endif %}
- {% elif "linux" in f.text %}
- {% if "x86_64" in f.text %}
- | Linux 64 bit
- {% else %}
- | Linux 32 bit
- {% endif %}
- {% endif %}
- |
+ Windows 64 bit
+ {% elif "OSX" in f.text %}
+ {% if "x86_64" in f.text %}
+ | Mac OS X 64 bit
+ {% else %}
+ | Mac OS X 32 bit
+ {% endif %}
+ {% elif "linux" in f.text %}
+ {% if "x86_64" in f.text %}
+ | Linux 64 bit
+ {% else %}
+ | Linux 32 bit
+ {% endif %}
+ {% endif %}
+ |
-
- Official
- |
+
+ Official
+ |
{{ f.text }} |
{{ f.size }} |
- {{ f.lastmodified }}
- |
+ {{ f.lastmodified }}
+
{% endif %}
{% endfor %}
@@ -88,33 +88,33 @@
{% if ("experimental" in f.text) %}
{% if "mingw32" in f.text %}
- Windows 32 bit
+ | Windows 32 bit
{% elif "win32" in f.text %}
- | Windows 32 bit
+ | Windows 32 bit
{% elif "mingw64" in f.text %}
- | Windows 64 bit
+ | Windows 64 bit
{% elif "win64" in f.text %}
- | Windows 64 bit
- {% elif "OSX" in f.text %}
- {% if "x86_64" in f.text %}
- | Mac OS X 64 bit
- {% else %}
- | Mac OS X 32 bit
- {% endif %}
- {% elif "linux" in f.text %}
- {% if "x86_64" in f.text %}
- | Linux 64 bit
- {% else %}
- | Linux 32 bit
- {% endif %}
- {% endif %}
- |
+ Windows 64 bit
+ {% elif "OSX" in f.text %}
+ {% if "x86_64" in f.text %}
+ | Mac OS X 64 bit
+ {% else %}
+ | Mac OS X 32 bit
+ {% endif %}
+ {% elif "linux" in f.text %}
+ {% if "x86_64" in f.text %}
+ | Linux 64 bit
+ {% else %}
+ | Linux 32 bit
+ {% endif %}
+ {% endif %}
+ |
- Experimental Build Branch |
- {{ f.text }} |
- {{ f.size }} |
- {{ f.lastmodified }} |
-
+ Experimental Build Branch |
+ {{ f.text }} |
+ {{ f.size }} |
+ {{ f.lastmodified }} |
+
{% endif %}
{% endfor %}
@@ -131,49 +131,49 @@
{% else %}
{% if "mingw32" in f.text %}
- Windows 32 bit
+ | Windows 32 bit
{% elif "win32" in f.text %}
- | Windows 32 bit
+ | Windows 32 bit
{% elif "mingw64" in f.text %}
- | Windows 64 bit
+ | Windows 64 bit
{% elif "win64" in f.text %}
- | Windows 64 bit
- {% elif "OSX" in f.text %}
- {% if "x86_64" in f.text %}
- | Mac OS X 64 bit
- {% else %}
- | Mac OS X 32 bit
- {% endif %}
- {% elif "linux" in f.text %}
- {% if "x86_64" in f.text %}
- | Linux 64 bit
- {% else %}
- | Linux 32 bit
- {% endif %}
- {% endif %}
- |
+ Windows 64 bit
+ {% elif "OSX" in f.text %}
+ {% if "x86_64" in f.text %}
+ | Mac OS X 64 bit
+ {% else %}
+ | Mac OS X 32 bit
+ {% endif %}
+ {% elif "linux" in f.text %}
+ {% if "x86_64" in f.text %}
+ | Linux 64 bit
+ {% else %}
+ | Linux 32 bit
+ {% endif %}
+ {% endif %}
+ |
-
+ |
{% if "mingw" in f.text %}
- Experimental MinGW
+ Experimental MinGW
{% elif "vc14" in f.text %}
- Experimental VS 2015 (Windows Vista/7/8/10)
+ Experimental VS 2015 (Windows Vista/7/8/10)
{% elif "vc11" in f.text %}
- Experimental VS 2012 (Windows Vista/7/8/10)
+ Experimental VS 2012 (Windows Vista/7/8/10)
{% elif "vc9" in f.text %}
- Legacy VS 2008 (Windows XP/Vista/7/8/10)
+ Legacy VS 2008 (Windows XP/Vista/7/8/10)
{% elif "win32-vc12" in f.text %}
- Official Preview VS 2013 (Windows XP/Vista/7/8/10)
+ Official Preview VS 2013 (Windows XP/Vista/7/8/10)
{% elif "win64-vc12" in f.text %}
- Official Preview VS 2013 (Windows Vista/7/8/10)
+ Official Preview VS 2013 (Windows Vista/7/8/10)
{% elif "multiview" in f.text %}
- Multiview Branch (Stereoscopic 3D)
- {% elif "gooseberry" in f.text %}
- Gooseberry Branch
- {% else %}
- Official
- {% endif %}
- |
+ Multiview Branch
(Stereoscopic 3D)
+ {% elif "gooseberry" in f.text %}
+ Gooseberry Branch
+ {% else %}
+ Official
+ {% endif %}
+
{{ f.text }} |
{{ f.size }} |