From 7669fd88bc395fab16bee7ea4845eed9383d8e6a Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 16 Jun 2015 01:28:38 +0200 Subject: [PATCH] ToggleObjectFeaturesCommandForm: use h2 instead of h4 --- .../forms/Command/Object/ToggleObjectFeaturesCommandForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php b/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php index ad6196d44..6dfbd2670 100644 --- a/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/ToggleObjectFeaturesCommandForm.php @@ -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'); } /**