Opened 9 years ago
Closed 9 years ago
#1743 closed defect (bug) (fixed)
Unescaped HTML tags in readme.txt can break the layout
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Example:
- New: https://wordpress.org/plugins-wp/broken-link-checker/
- Old: https://wordpress.org/plugins/broken-link-checker/changelog/
- Readme: https://plugins.svn.wordpress.org/broken-link-checker/trunk/readme.txt
See the changelog entries for version 0.5.10 (<pre>
) and 0.3.4 (<code>
). Not sure how to fix this but it looks worse in the new directory.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
This [edit: the 0.3.4 changelog] was already handled by
force_balance_tags()
in r3181 - a bulk reparse hasn't occurred since. I just triggered a manual import which fixed this one up.Still broken in that readme is the
<pre>
tags, but it's not a regression from the existing directory.