X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fcontent%2FJsonContent.php;h=a1f199de2fab5d02dd673efc453c380a1942dfd6;hb=22f137ced85fe4841c71ba6c2b9faf6199b5a539;hp=2cd1fb3b505c3df5573983740abe4b0bcc26ccb8;hpb=12a9cf3110c9ea840b20f74b3d4a968c92d8b446;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 ) ); } /**