X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FJsonContent.php;h=a1f199de2fab5d02dd673efc453c380a1942dfd6;hb=d1044768f67a27227031dd43d0c8850bc465b413;hp=2cd1fb3b505c3df5573983740abe4b0bcc26ccb8;hpb=3a026473873ac3cc9d5c181f05961f474495d32c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/JsonContent.php b/includes/content/JsonContent.php index 2cd1fb3b50..a1f199de2f 100644 --- a/includes/content/JsonContent.php +++ b/includes/content/JsonContent.php @@ -220,7 +220,7 @@ class JsonContent extends TextContent { return Html::rawElement( 'td', [], $this->arrayTable( $val ) ); } - return Html::element( 'td', [ 'class' => 'value' ], $this->primitiveValue( $val ) ); + return Html::element( 'td', [ 'class' => 'mw-json-value' ], $this->primitiveValue( $val ) ); } /**