Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline Format #572

Closed
ericrange opened this issue Oct 30, 2014 · 5 comments
Closed

Inline Format #572

ericrange opened this issue Oct 30, 2014 · 5 comments

Comments

@ericrange
Copy link

why??

<ul class="items">
    <li class="contact-me"><span class="octicon octicon-person"></span><a href="/contact/">Kontakt</a>
    </li>
</ul>

why not??

<ul class="items">
    <li class="contact-me">
       <span class="octicon octicon-person"></span>
       <a href="/contact/">Kontakt</a>
    </li>
</ul>

@michel-bourbeau
Copy link

I totally agree !! Should be this way.

@aronrodrigues
Copy link

+1

@bitwiseman
Copy link
Member

Hell if I know... 😄

@carasmo
Copy link

carasmo commented Mar 4, 2015

+1

@bitwiseman bitwiseman added this to the 1.6.1 milestone Jan 29, 2016
@bitwiseman
Copy link
Member

Beautifier 1.6.0 does not force contents of li to the same line. Need to add regression test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants