Regenerate font test page.
Stop appending version which no longer exists. Replaced by file hash. Change-Id: I978ff69cb9df1f0ce17ac0d7893d980d509655c1
This commit is contained in:
@@ -62,7 +62,7 @@ class GenerateFontTestPage extends Maintenance {
|
||||
if ( !isset( $font[$format] ) ) {
|
||||
continue;
|
||||
}
|
||||
$xus[] = "\turl('$relpath/{$font[$format]}?{$font['version']}') format('$format')";
|
||||
$xus[] = "\turl('$relpath/{$font[$format]}') format('$format')";
|
||||
}
|
||||
|
||||
$css .= implode( ",\n", $xus );
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user