mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Convert bugzilla numbers to phab task numbers
Change-Id: I30e8c8d9eaff47185a61a093787cdfd25b3889d8
This commit is contained in:
parent
82c93513ac
commit
3a2b025e07
|
@ -773,7 +773,7 @@ class Cite {
|
|||
$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.
|
||||
$parserInput = Html::rawElement( 'ol', [ 'class' => [ 'references' ] ],
|
||||
"\n" . implode( "\n", $ent ) . "\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Main JavaScript for the Cite extension. The main purpose of this file
|
||||
* 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>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue