Index: trunk/phase3/includes/specials/SpecialAllpages.php |
— | — | @@ -11,15 +11,15 @@ |
12 | 12 | */ |
13 | 13 | protected $maxPerPage = 345; |
14 | 14 | |
15 | | - /** |
16 | | - * Maximum number of pages to show on single index subpage. |
17 | | - */ |
18 | | - protected $maxLineCount = 200; |
| 15 | + /** |
| 16 | + * Maximum number of pages to show on single index subpage. |
| 17 | + */ |
| 18 | + protected $maxLineCount = 200; |
19 | 19 | |
20 | | - /** |
21 | | - * Maximum number of chars to show for an entry. |
22 | | - */ |
23 | | - protected $maxPageLength = 70; |
| 20 | + /** |
| 21 | + * Maximum number of chars to show for an entry. |
| 22 | + */ |
| 23 | + protected $maxPageLength = 70; |
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Determines, which message describes the input field 'nsfrom'. |