Skip to content

Commit

Permalink
Update helix3.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nayemmajhar committed Nov 3, 2015
1 parent da635d2 commit 7fa277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/core/helix3.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public static function generatelayout()

if (isset($column->settings->sm_col) && $column->settings->sm_col)
{
$column->className = preg_replace('/col-sm-\d/', $column->settings->sm_col, $column->className);
$column->className = preg_replace('/col-sm-\d*/', $column->settings->sm_col, $column->className);
}

if (isset($column->settings->hidden_md) && $column->settings->hidden_md)
Expand Down

0 comments on commit 7fa277c

Please sign in to comment.