[ 
https://jira.codehaus.org/browse/MSKINS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg closed MSKINS-43.
---------------------------------

       Resolution: Fixed
    Fix Version/s: fluido-1.2.2
         Assignee: Dennis Lundberg

Fixed in [r1309972|http://svn.apache.org/viewvc?view=revision&revision=1309972].

It was a simple matter of moving out the inner <li> and putting it after the 
outer <li>.
                
> Invalid html code generated for breadcrumbs
> -------------------------------------------
>
>                 Key: MSKINS-43
>                 URL: https://jira.codehaus.org/browse/MSKINS-43
>             Project: Maven Skins
>          Issue Type: Bug
>          Components: Fluido Skin
>    Affects Versions: fluido-1.2.1
>            Reporter: Dennis Lundberg
>            Assignee: Dennis Lundberg
>             Fix For: fluido-1.2.2
>
>
> The issue can be seen in the IT mskins-24, which has this code in it:
> {code}
>       <div id="breadcrumbs">
>         <ul class="breadcrumb">
>                 
>                     
>                               <li class="">
>                     <a href="http://www.apache.org/"; class="externalLink" 
> title="Apache">Apache</a>
>         <li class="divider ">/</li>
>       </li>
>             <li class="">
>                     <a href="../../../index.html" title="Maven">Maven</a>
>         <li class="divider ">/</li>
>       </li>
>             <li class="">
>                     <a href="skins/" title="skins">skins</a>
>         <li class="divider ">/</li>
>       </li>
>             <li class="">
>                     <a href="skins/maven-fluido-skin/" 
> title="maven-fluido-skin">maven-fluido-skin</a>
>         <li class="divider ">/</li>
>       </li>
>     <li class="">Apache Maven Fluido Skin IT, MSKINS-24</li>
>       
>                 
>                     
>                   <li id="publishDate" class="pull-right">Last Published: 
> 2012-03-31</li> <li class="divider pull-right">|</li>
>               <li id="projectVersion" class="pull-right">Version: 
> 1.0-SNAPSHOT</li>
>             
>                   </ul>
>       </div>
> {code}
> The problem is an <li> element (with class="divider") inside another <li> 
> element. This can probably be solved by changing the inner <li> to a <span> 
> instead.
> We also need to check the css, to see if there are any rules like this
> {code}
> li.divider {...}
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to