diff --git a/includes/Cite.php b/includes/Cite.php index b66a27b3a..52eafd51e 100644 --- a/includes/Cite.php +++ b/includes/Cite.php @@ -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" diff --git a/modules/ext.cite.a11y.js b/modules/ext.cite.a11y.js index f3864a5d3..462256f13 100644 --- a/modules/ext.cite.a11y.js +++ b/modules/ext.cite.a11y.js @@ -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 */