Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3816,3 +3816,10 @@ |
3817 | 3817 | * modify the user rights of those users via Special:UserRights |
3818 | 3818 | */ |
3819 | 3819 | $wgUserrightsInterwikiDelimiter = '@'; |
| 3820 | + |
| 3821 | +/** |
| 3822 | + * The $wgSectionContainers variable is used by the parser to determine if it should |
| 3823 | + * wrap each section of an article in a div. It is automatically enabled if the EditSectionHiliteLink |
| 3824 | + * extension is installed. |
| 3825 | + */ |
| 3826 | +$wgSectionContainers = false; |
\ No newline at end of file |