r95345 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95344‎ | r95345 | r95346 >
Date:22:24, 23 August 2011
Author:johnduhart
Status:ok
Tags:
Comment:
Follow-up r95343, else if->elseif
Modified paths:
  • /trunk/extensions/LabeledSectionTransclusion/lst.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LabeledSectionTransclusion/lst.php
@@ -403,7 +403,7 @@
404404 }
405405 if ( !$found ) {
406406 break;
407 - } else if ( $begin == '' ) {
 407+ } elseif ( $begin == '' ) {
408408 // When end node was found and
409409 // text is transcluded from the beginning of the page
410410 // finish the transclusion

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95343(bug 24037) Allow transclusion from the beginning of the page to a certain se...johnduhart22:14, 23 August 2011

Status & tagging log