diff --git a/htroot/BlacklistImpExp_p.html b/htroot/BlacklistImpExp_p.html
index 06a655c58..8a3d9e3a1 100644
--- a/htroot/BlacklistImpExp_p.html
+++ b/htroot/BlacklistImpExp_p.html
@@ -71,10 +71,10 @@
                 Here you can export a blacklist as an XML file. This file will contain additional
                 information about which cases a blacklist is activated for.<br /><br />
                 <select name="listname">
-                    <option value="">all</option>
                     #{blackListNames}#
                     <option value="#[blackListName]#">#[blackListName]#</option>
                     #{/blackListNames}#
+                    <option value="">all</option>
           </select>
                 <input type="submit" value="Export list as XML" />
             </fieldset>
@@ -86,10 +86,10 @@
                 Here you can export a blacklist as a regular text file with one blacklist entry per line.
                 This file will not contain any additional information.<br /><br />
                 <select name="listname">
-                    <option value="">all</option>
                     #{blackListNames}#
                     <option value="#[blackListName]#">#[blackListName]#</option>
                     #{/blackListNames}#
+                    <option value="">all</option>
                 </select>
                 <input type="hidden" name="col" value="black" />
                 <input type="submit" value="Export list as text" />