Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php |
— | — | @@ -63,6 +63,7 @@ |
64 | 64 | |
65 | 65 | // Output HTML |
66 | 66 | $wgOut->setPageTitle( wfMsg( 'moodbar-feedback-title' ) ); |
| 67 | + $wgOut->setRobotPolicy('noindex,nofollow'); |
67 | 68 | $wgOut->addHTML( $this->buildForm( $filterType ) ); |
68 | 69 | $wgOut->addHTML( $this->buildList( $res ) ); |
69 | 70 | $wgOut->addModuleStyles( 'ext.moodBar.dashboard.styles' ); |