question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extra space added in html attributes

See original GitHub issue

Extra space added in html attributes which stops execution of boostrap toggle button

Given HTML:

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="true" aria-controls="navbar">

beautifier produces:

<button type="button " class="navbar-toggle " data-toggle="collapse " data-target="#navbar " aria-expanded="true " aria-controls="navbar ">

this space is stop execution of boostrap toggle navbar button in mobile.

from class=“navbar-toggle” to class="navbar-toggle "

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
ahtecharrowcommented, Jul 28, 2016

The same behavior for me.

0reactions
bitwisemancommented, Feb 19, 2017

@re6exp Glad to help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Create Extra Space in HTML or a Web Page
Steps on how to create extra space around text, elements, and other objects in HTML or a web page.
Read more >
4 Easy Ways to Insert Spaces in HTML - HubSpot Blog
The simplest way to add a space in HTML (besides hitting the spacebar) is with the non-breaking space entity, written as   or...
Read more >
Can attributes inside a tag have an extra space, is it ...
1 Answer 1 ... According to w3.org: Attributes must be separated from each other by one or more space characters. So, including an...
Read more >
HTML Spaces | Spaces in HTML - Dofactory
Spacing can be added to any element and gives extra room to these elements. Spaces can be defined with space characters, such as...
Read more >
HTML <spacer> Tag - W3docs
The tag is used to insert empty spaces on web pages. The tag is obsolete, ... There are many options for adding and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found