ToggleObjectFeaturesCommandForm: use h2 instead of h4

This commit is contained in:
Thomas Gelf 2015-06-16 01:28:38 +02:00
parent f18921c406
commit 7669fd88bc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ToggleObjectFeaturesCommandForm extends ObjectsCommandForm
$this->setUseFormAutosubmit();
$this->setTitle('Feature Commands');
$this->setAttrib('class', 'inline object-features');
$this->loadDefaultDecorators()->getDecorator('description')->setTag('h4');
$this->loadDefaultDecorators()->getDecorator('description')->setTag('h2');
}
/**