Opened 3 years ago
Closed 3 years ago
#6358 closed defect (bug) (fixed)
Readme Parsing gets tripped up by new lines in the headers
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
A readme.txt that looks something like this:
=== MyPlugin === Tags: a, b, c Stable Tag: 1.2 ...
or
=== MyPlugin === Tags: a, b, c Stable Tag: 1.2 MyPlugin: Does these things ...
causes the readme parser to get tripped up and incorrectly parse or discard some of the lines.
In the first case, it will ignore the Stable tag, and in the second it'll discard the short description.
Props Ipstenu for the report.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 11908: