Index: trunk/extensions/Cite/Cite_body.php |
— | — | @@ -371,12 +371,12 @@ |
372 | 372 | } |
373 | 373 | } |
374 | 374 | array_splice( $this->mRefs[$group], $k, 0, |
375 | | - array( array( 'count' => - 1, |
376 | | - 'text' => $str, |
377 | | - 'key' => ++$this->mOutCnt , |
378 | | - 'follow' => $follow ) ) ); |
| 375 | + array( array( 'count' => - 1, |
| 376 | + 'text' => $str, |
| 377 | + 'key' => ++$this->mOutCnt , |
| 378 | + 'follow' => $follow ) ) ); |
379 | 379 | array_splice( $this->mRefCallStack, $k, 0, |
380 | | - array( array( 'new', $call, $str, $key, $group, $this->mOutCnt ) ) ); |
| 380 | + array( array( 'new', $call, $str, $key, $group, $this->mOutCnt ) ) ); |
381 | 381 | $this->mInCnt++; |
382 | 382 | } |
383 | 383 | // return an empty string : this is not a reference |