In components/markup.inc there is a TODO to remove the line where $element['#value'] is set to $element['#markup']
I think that this can now be done.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_remove_extra_line-2146665-1.patch | 427 bytes | malcomio |
In components/markup.inc there is a TODO to remove the line where $element['#value'] is set to $element['#markup']
I think that this can now be done.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_remove_extra_line-2146665-1.patch | 427 bytes | malcomio |
Comments
Comment #1
malcomio commentedHere's a patch that does it
Comment #2
quicksketchHa! I can't believe that's still in there. That must've been from the original Drupal 7 port. Thanks. Committed.
Comment #4
fenstratNeeds porting to 8.x-4.x.
Comment #5
fenstratCommitted and pushed 9c76f30 to 8.x-4.x. Thanks!