Index: trunk/phase3/includes/specials/SpecialUndelete.php |
— | — | @@ -1400,7 +1400,9 @@ |
1401 | 1401 | // Show file deletion warnings and errors |
1402 | 1402 | $status = $archive->getFileStatus(); |
1403 | 1403 | if( $status && !$status->isGood() ) { |
| 1404 | + $out->addHTML( '<span class="error">' ); |
1404 | 1405 | $out->addWikiText( $status->getWikiText( 'undelete-error-short', 'undelete-error-long' ) ); |
| 1406 | + $out->addHTML( '</span>' ); |
1405 | 1407 | } |
1406 | 1408 | } |
1407 | 1409 | } |