List of redirects url is not html safe, so things like &lang do not show correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | path_redirect-5.x-1.x_html_2.patch | 1.34 KB | HorsePunchKid |
| #1 | path_redirect-5.x-1.x_html_1.patch | 698 bytes | HorsePunchKid |
| urls_list_html_safe.patch | 707 bytes | sinasalek |
Comments
Comment #1
HorsePunchKid commentedGood catch. I think it makes sense to have both of those lines there be
htmlspecialcharsinstead ofcheck_url, since we're not presenting this as a clickable link: it's just text in the page. I've tested both versions, and they both seem fine.Comment #2
HorsePunchKid commentedThings are never as simple as they seem. The table displayed on the node edit page needs the same fix. Is the HTML Validator extension out for Firefox 3 yet?
Comment #3
HorsePunchKid commentedWent ahead and committed #2.
Comment #4
sinasalek commentedI don't think so, firebug also is not available for firefox3 yet unfortunately.
Thanks for applying the patch
Comment #5
HorsePunchKid commentedIt's rather buried in the release notes, but Firebug 1.1b is compatible with Firefox 3. I've been using it for a few weeks now, and it's working fine.
Comment #6
sinasalek commentedThanks HorsePunchKid i didn't know that :). and looks like firefox addon site is pretty much out of the date. HTML Validator for firefox 3 beta 5: http://users.skynet.be/mgueury/mozilla/download.html
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.