?
avatar 810
810
26 May 2016

Steps to reproduce the issue

create a new custom module, select advanced tab, enter at Module Tag "Section"

Expected result

New module with section

Actual result

div

System information (as much as possible)

Joomla 3.6.0 Alpha 1

Additional comments

avatar 810 810 - open - 26 May 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 26 May 2016

actually not confirmed.
Is there.

<section class="moduletable">
    <h3>module title</h3>
    <div class="custom">
        <p>module content</p>
    </div>
</section>
avatar 810
810 - comment - 26 May 2016

for me its:

<div class="custom section-signup bg-faded" abp="525">

avatar 810
810 - comment - 26 May 2016

ok I had Module Style = inherit

I have changed it to html5, now its ok

avatar 810 810 - change - 26 May 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-05-26 22:50:52
Closed_By 810
avatar 810 810 - close - 26 May 2016
avatar 810 810 - close - 26 May 2016
avatar brianteeman brianteeman - close - 26 May 2016
avatar 810
810 - comment - 26 May 2016

but when I added a class on the module, its now showed twice :

<section class="moduletable section-signup bg-faded" abp="525">
    <div class="custom section-signup bg-faded" abp="526">
      <div class="container" abp="527">
       <h3 class="text-xs-center m-b-3" abp="528">Sign up to receive free updates as soon as they hit!</h3>
      </div>
    </div>
</section>
avatar brianteeman brianteeman - change - 27 May 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment