mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
Tweak comment
This makes it show up nicely in my IDE. Change-Id: Ic203a9dcb83c96c3324996e183b4dfc239f65eca
This commit is contained in:
parent
890e86a7fb
commit
38d7c09495
|
@ -125,7 +125,7 @@ class ReferenceStack {
|
|||
|
||||
// insert broken follow at the end of any other broken follows.
|
||||
// FIXME: This relies on an undocumented feature of array_splice, and produces
|
||||
// invalid HTML output, inserting a <p> tag into an <ol>.
|
||||
// invalid HTML output, inserting a <p> tag into an <ol>.
|
||||
$groupsCount = count( $this->refs[$group] );
|
||||
for ( $k = 0; $k < $groupsCount; $k++ ) {
|
||||
if ( !isset( $this->refs[$group][$k]['follow'] ) ) {
|
||||
|
|
Loading…
Reference in a new issue