Replace bugzilla bug numbers with Phabricator task IDs

Change-Id: I0e8bd586ee0d3d9c3a1d5c14e96e2d0adc64a427
This commit is contained in:
Ed Sanders 2022-07-18 14:20:11 +01:00
parent b4c74fc310
commit c19cdec800
3 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ FIXME: Review all of these hacks to see if they still apply.
display: none;
}
/* bug 34878: Set an optimal width for a column.
/* T36878: Set an optimal width for a column.
* Makes sure that on small screens column-count is only honored if column-width hint is not violated.
* https://developer.mozilla.org/en-US/docs/CSS/column-width
*/

View file

@ -15,7 +15,7 @@ body {
.content {
line-height: @line-height-content;
// Deal with long links (bug 60387)
// Deal with long links (T62387)
word-wrap: break-word;
/* Emulate Center - from mediawiki.skinning/elements.css */

View file

@ -40,7 +40,7 @@ describe( 'Talk', () => {
} );
// @login
it( 'Talk on a page that doesn\'t exist (bug 64268)', () => {
it( 'Talk on a page that doesn\'t exist (T66268)', () => {
iAmLoggedIntoTheMobileWebsite();
iAmOnAPageThatDoesNotExist();
thereShouldBeATalkTab();