Regenerate font test page.

Stop appending version which no longer exists. Replaced by file hash.

Change-Id: I978ff69cb9df1f0ce17ac0d7893d980d509655c1
This commit is contained in:
Niklas Laxström
2016-05-24 08:19:00 +02:00
parent 3481946695
commit 7056364168
2 changed files with 280 additions and 187 deletions

View File

@@ -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