[ https://issues.apache.org/jira/browse/MSKINS-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295548#comment-15295548 ]
Hudson commented on MSKINS-130: ------------------------------- FAILURE: Integrated in maven-skins #263 (See [https://builds.apache.org/job/maven-skins/263/]) [MSKINS-130] added checks to avoid future regressions (hboutemy: [http://svn.apache.org/viewvc/?view=rev&rev=1745036]) * maven-fluido-skin/src/it/sidebar/verify.groovy * maven-fluido-skin/src/it/topbar/verify.groovy > improve generated html for menu and breadcrumbs > ----------------------------------------------- > > Key: MSKINS-130 > URL: https://issues.apache.org/jira/browse/MSKINS-130 > Project: Maven Skins > Issue Type: Improvement > Components: Fluido Skin > Affects Versions: fluido-1.5 > Reporter: Hervé Boutemy > Assignee: Hervé Boutemy > > currently, generated html is hard to understand: > {code:xml} <div class="row-fluid"> > <div id="leftColumn" class="span2"> > <div class="well sidebar-nav"> > > <ul class="nav nav-list"> > <li class="nav-header">Main</li> > > <li class="active"> > > <a href="#"><span class="none"></span>Welcome</a> > </li> > > <li> > > <a href="https://www.apache.org/licenses/" > class="externalLink" title="License"> > <span class="none"></span> > License</a> > </li> > > <li> > > <a href="download.html" title="Download"> > <span class="none"></span> > Download</a> > </li>{code} > it would be really easier to work with if space was more consistent, to > better show the structure of the html (we don't need perfectly indented html): > {code:xml} <div class="row-fluid"> > <div id="leftColumn" class="span2"> > <div class="well sidebar-nav"> > <ul class="nav nav-list"> > <li class="nav-header">Main</li> > <li class="active"><a href="#"><span > class="none"></span>Welcome</a></li> > <li><a href="https://www.apache.org/licenses/" class="externalLink" > title="License"><span class="none"></span>License</a></li> > <li><a href="download.html" title="Download"><span > class="none"></span>Download</a></li>{code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)