Skip to content

Commit

Permalink
Fixed issue: group-title was applied to wrong div
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 11, 2017
1 parent ca5c2d0 commit 842398e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/TemplateConfig.php
Expand Up @@ -639,7 +639,7 @@ public function getClassAndAttributes()

// Question group
$aClassAndAttributes['class']['groupcontainer'] = ' group-container ';
$aClassAndAttributes['class']['groupcontainer'] = ' group-title text-center h3 ';
$aClassAndAttributes['class']['grouptitle'] = ' group-title text-center h3 ';
$aClassAndAttributes['class']['groupdesc'] = ' group-description row well ';

$aClassAndAttributes['attr']['questiongroup'] = $aClassAndAttributes['attr']['groupcontainer'] = $aClassAndAttributes['attr']['groupcontainer'] = $aClassAndAttributes['attr']['groupdesc'] = '';
Expand Down

0 comments on commit 842398e

Please sign in to comment.