r56134 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56133‎ | r56134 | r56135 >
Date:13:51, 10 September 2009
Author:catrope
Status:deferred
Tags:
Comment:
NavigableTOC: (bug 20570) Consecutive sections with the same name treated as one section
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.toc.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.toc.js
@@ -160,7 +160,7 @@
161161 var position = wikitext.indexOf( text, offset );
162162 // Update offset to avoid stumbling on duplicate headings
163163 if ( position > offset ) {
164 - offset = position;
 164+ offset = position + 1;
165165 } else if ( position == -1 ) {
166166 // Not sure this is possible, or what should happen
167167 continue;

Follow-up revisions

RevisionCommit summaryAuthorDate
r56135Bump version, recombine for r56134catrope13:53, 10 September 2009

Status & tagging log