[
https://issues.apache.org/jira/browse/MSKINS-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hervé Boutemy closed MSKINS-130.
--------------------------------
Resolution: Fixed
Fix Version/s: fluido-1.6
> 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
> Fix For: fluido-1.6
>
>
> 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)