Index: trunk/phase3/includes/Title.php |
— | — | @@ -4129,7 +4129,7 @@ |
4130 | 4130 | wfRunHooks( 'TitleGetRestrictionTypes', array( $this, &$types ) ); |
4131 | 4131 | |
4132 | 4132 | wfDebug( __METHOD__ . ': applicable restriction types for ' . |
4133 | | - $this->getPrefixedText() . ' are ' . implode( ',', $types ) ); |
| 4133 | + $this->getPrefixedText() . ' are ' . implode( ',', $types ) . "\n" ); |
4134 | 4134 | |
4135 | 4135 | return $types; |
4136 | 4136 | } |