Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Wrong HTML entity encoding in attribute #46

Closed
@shinsenter

Description

@shinsenter

The website is: dentzar.com.
Please click on the Search button and you’ll see strange looking box.

Original HTML:

data-avia-search-tooltip="<form role="search" action="https://dentzar.com/" id="searchform" method="get" class="">
<div>
<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello" />
<input type="text" id="s" name="s" value="" placeholder='Search' />
</div>
</form>"

Defer.js optimized HTML:

data-avia-search-tooltip="<form role="search" action="https://dentzar.com/" id="searchform" method="get" class="">
<div>
<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello" />
<input type="text" id="s" name="s" value="" placeholder='Search' />
</div>
</form>"

Reason: wrong HTML entity encoding.
Schedule: Fix in the next release
Temporary fix: None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions