29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00

[#26121] wrong output of mod_custom

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@21520 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
This commit is contained in:
Christophe Demko 2011-06-10 22:08:29 +00:00
parent ab2fd02bf7
commit 80223ff3f1
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ $ -> Language fix or change
10-Jun-2011 Christophe Demko
# [#25248] Systematic elimination of DS as directory separator - Final round
# [#26107] RTL issues with trunk (Ofer Cohen)
# [#26121] wrong output of mod_custom (Mark Visser)
10-Jun-2011 Mark Dexter
+ [#25041] Module Menu Assignment Enhancements (David Harvard)

View File

@ -12,6 +12,6 @@ defined('_JEXEC') or die;
?>
<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>