Skip to content

Commit

Permalink
fixes missing space between 'custom' and suffix class names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear authored and Bear committed Apr 13, 2016
1 parent 01308a0 commit 08789d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_custom/tmpl/default.php
Expand Up @@ -11,6 +11,6 @@
?>


<div class="custom<?php echo $moduleclass_sfx ?>" <?php if ($params->get('backgroundimage')) : ?> style="background-image:url(<?php echo $params->get('backgroundimage');?>)"<?php endif;?> >
<div class="custom <?php echo $moduleclass_sfx ?>" <?php if ($params->get('backgroundimage')) : ?> style="background-image:url(<?php echo $params->get('backgroundimage');?>)"<?php endif;?> >
<?php echo $module->content;?>
</div>

0 comments on commit 08789d9

Please sign in to comment.