Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
korenevskiy committed Jun 10, 2021
1 parent 44683e6 commit bd8b1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cassiopeia/html/layouts/chromes/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

$moduleTag = $params->get('module_tag', 'div');
$moduleAttribs = [];
$moduleAttribs['class'] = $module->position . " card ". (isset($attribs['class']) ? $attribs['class'] : '') . ' '
. htmlspecialchars($params->get('moduleclass_sfx'), ENT_QUOTES, 'UTF-8');
$moduleAttribs['class'] = $module->position . ' card '. (isset($attribs['class']) ? $attribs['class'] : '') . ' '
. htmlspecialchars($params->get('moduleclass_sfx'), ENT_QUOTES, 'UTF-8');
$headerTag = htmlspecialchars($params->get('header_tag', 'h3'), ENT_QUOTES, 'UTF-8');
$headerClass = htmlspecialchars($params->get('header_class', ''), ENT_QUOTES, 'UTF-8');
$headerAttribs = [];
Expand Down

0 comments on commit bd8b1a2

Please sign in to comment.