Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -946,7 +946,8 @@ |
947 | 947 | $tag = '<div id="mwrevisiontag" class="' . $tagClass . ' plainlinks">'.$tag.'</div>'; |
948 | 948 | // Set the new body HTML, place a tag on top |
949 | 949 | $wgOut->mBodytext = $tag . $wgOut->mBodytext . $notes; |
950 | | - } else { |
| 950 | + // Add "no reviewed version" tag, but not for main page |
| 951 | + } else if( !$wgOut->isPrintable() && !$article->mTitle==Title::newMainPage() ) { |
951 | 952 | if( $this->useSimpleUI() ) { |
952 | 953 | $tag .= "<span class='fr_tab_current plainlinks'></span>" . |
953 | 954 | wfMsgExt('revreview-quick-none',array('parseinline')); |