diff --git a/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php b/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php
index f2a75c43ff920b86009841d32fa7fc0e670cdeb5..09e1aa758176208cb7521217dd613593411db661 100644
--- a/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php
+++ b/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php
@@ -243,7 +243,6 @@ abstract class AbstractRecordList
                         if ($icon) {
                             $out .= $icon;
                         }
-                    } else {
                     }
                 }
             }