Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -880,10 +880,11 @@ |
881 | 881 | ), |
882 | 882 | array( 'known' ) |
883 | 883 | ); |
884 | | - // Bolden oversighted content |
885 | | - if( $file->isDeleted(File::DELETED_RESTRICTED) ) |
886 | | - $del = "<strong>$del</strong>"; |
887 | 884 | } |
| 885 | + // Bolden oversighted content |
| 886 | + if( $file->isDeleted(File::DELETED_RESTRICTED) ) { |
| 887 | + $del = "<strong>$del</strong>"; |
| 888 | + } |
888 | 889 | $row .= "<span class='mw-revdelundel-link'>$del</span>"; |
889 | 890 | } |
890 | 891 | $row .= '</td>'; |