Output is
<div id="an-id"class = "a-class">...</div>

While the correct markup should be
<div id="an-id" class="a-class">...</div>

CommentFileSizeAuthor
#1 incorrect_markup_2129805_1.patch784 bytesrp7
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rp7’s picture

rp7’s picture

Issue summary: View changes
bramtenhove’s picture

I also noticed this issue, patch at #1 solves it.

nils.destoop’s picture

Thx for noticing. The patch has been committed.

nils.destoop’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit 3d64f94 on 7.x-1.x, 8.x-1.x authored by RaF, committed by zuuperman:
    Issue #2129805 by RaF: Incorrect markup when open div...