Convert bugzilla numbers to phab task numbers

Change-Id: I30e8c8d9eaff47185a61a093787cdfd25b3889d8
This commit is contained in:
Ed Sanders 2018-09-11 23:54:42 +01:00 committed by Jforrester
parent 82c93513ac
commit 3a2b025e07
2 changed files with 2 additions and 2 deletions

View file

@ -773,7 +773,7 @@ class Cite {
$ent[] = $this->referencesFormatEntry( $k, $v ); $ent[] = $this->referencesFormatEntry( $k, $v );
} }
// Add new lines between the list items (ref entires) to avoid confusing tidy (bug 13073). // Add new lines between the list items (ref entires) to avoid confusing tidy (T15073).
// Note: This builds a string of wikitext, not html. // Note: This builds a string of wikitext, not html.
$parserInput = Html::rawElement( 'ol', [ 'class' => [ 'references' ] ], $parserInput = Html::rawElement( 'ol', [ 'class' => [ 'references' ] ],
"\n" . implode( "\n", $ent ) . "\n" "\n" . implode( "\n", $ent ) . "\n"

View file

@ -1,7 +1,7 @@
/** /**
* Main JavaScript for the Cite extension. The main purpose of this file * Main JavaScript for the Cite extension. The main purpose of this file
* is to add accessibility attributes to the citation links as that can * is to add accessibility attributes to the citation links as that can
* hardly be done server side (bug 38141). * hardly be done server side (T40141).
* *
* @author Marius Hoch <hoo@online.de> * @author Marius Hoch <hoo@online.de>
*/ */