A trailing space was added to the end of line 320 of includes/menu.inc in the recent security update for some reason.
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3007719-3-whitespace.patch | 489 bytes | tr |
A trailing space was added to the end of line 320 of includes/menu.inc in the recent security update for some reason.
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3007719-3-whitespace.patch | 489 bytes | tr |
Comments
Comment #2
tr commentedThe trailing space was added by #2027351: tidy up grammar in doc copied around: (ex: array('node', '5')), which was committed on 3 July 2013. So not exactly a new issue, but still wrong.
The patch corrects the problem.
Comment #3
tr commentedTrivial re-roll to put into -p1 format so the patch will apply.
Comment #4
izmeez commentedThis is a trivial patch that still applies to Drupal 7.73 and is RTBC.
Comment #6
mcdruid commentedThanks!
FWIW space was added by https://git.drupalcode.org/project/drupal/-/commit/2a7d33e9d78
Comment #7
izmeez commentedThanks, another off the list.