Index: trunk/extensions/LabeledSectionTransclusion/lst.php |
— | — | @@ -403,7 +403,7 @@ |
404 | 404 | } |
405 | 405 | if ( !$found ) { |
406 | 406 | break; |
407 | | - } else if ( $begin == '' ) { |
| 407 | + } elseif ( $begin == '' ) { |
408 | 408 | // When end node was found and |
409 | 409 | // text is transcluded from the beginning of the page |
410 | 410 | // finish the transclusion |