diff --git a/files.php b/files.php
index c9a089e..a4ded95 100644
--- a/files.php
+++ b/files.php
@@ -145,25 +145,25 @@ very few people on Windows would be able to play. :)
$ftime = filemtime ("files/qf-win32-server.zip");
echo " Updated " . gmdate ("M. j, g:i a", $ftime) . " UTC";
echo "
";
- echo " - SDL (software) client";
+ echo "
- SDL (software) client ";
fileDownloadLink("files/qf-win32-client-sdl", "zip");
echo "
";
- echo " - SDL-32 (32bpp software) client";
+ echo "
- SDL-32 (32bpp software) client ";
fileDownloadLink("files/qf-win32-client-sdl32", "zip");
echo "
";
- echo " - SGL (SDL OpenGL) client";
+ echo "
- SGL (SDL OpenGL) client ";
fileDownloadLink("files/qf-win32-client-sgl", "zip");
echo "
";
- echo " - WGL (OpenGL) client";
+ echo "
- WGL (OpenGL) client ";
fileDownloadLink("files/qf-win32-client-wgl", "zip");
echo "
";
- echo " - developement stuff (libs, headers etc)";
+ echo "
- developement stuff (libs, headers etc) ";
fileDownloadLink("files/qf-win32-devel", "zip");
echo "
";
- echo " - servers";
+ echo "
- servers ";
fileDownloadLink("files/qf-win32-server", "zip");
echo "
";
- echo " - tools (qfcc, qfbsp ...)";
+ echo "
- tools (qfcc, qfbsp ...) ";
fileDownloadLink("files/qf-win32-tools", "zip");
echo "
";
echo "
";