Fix icon layout in dropdown

refs #5543
This commit is contained in:
Matthias Jentsch 2015-10-01 11:11:50 +02:00
parent aedc359735
commit db74f7e780
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class OutputFormat implements Tabextension
$supportedTypes[self::TYPE_JSON] = array( $supportedTypes[self::TYPE_JSON] = array(
'name' => 'json', 'name' => 'json',
'label' => 'JSON', 'label' => 'JSON',
'icon' => 'img/icons/json.png', 'icon' => 'doc-text',
'urlParams' => array('format' => 'json') 'urlParams' => array('format' => 'json')
); );
} }