Problem/Motivation

Devel themer fails when using newer jQuery versions due to the html string starting with whitespace

Proposed resolution

  1. Don't introduce the whitespace. (patch 1)
  2. Trim it when parsing. (patch 2)

Remaining tasks

Pick a solution and implement it.

User interface changes

none

API changes

none

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

seutje’s picture

Status: Active » Needs review
seutje’s picture