rsyslog / rsyslog-website

website-related material, most importantly the issue tracker
6 stars 4 forks source link

Menu item HTML is not 100% correctly formatted #15

Open rgerhards opened 10 years ago

rgerhards commented 10 years ago

Reported by Thomas D.

There's no space between attributes:

<li id="menu-item-1366" class="menu-item menu-item-type-custom
menu-item-object-custom menu-item-has-children dropdown
menu-item-1366"data-dropdown="dropdown"><a href="/guides/"
class="dropdown-toggle">HELP <b class="caret"></b> </a>

should become

<li id="menu-item-1366" class="menu-item menu-item-type-custom
menu-item-object-custom menu-item-has-children dropdown menu-item-1366"
data-dropdown="dropdown"><a href="/guides/" class="dropdown-toggle">HELP
<b class="caret"></b> </a>

(missing space before "data-dropdown=")