Broken bug link in 2.53.6 release notes
Categories
(SeaMonkey :: Website, defect)
Tracking
(Not tracked)
People
(Reporter: mozillabug.mbourne, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.6)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 SeaMonkey/2.53.5.1
Steps to reproduce:
On the release notes for SeaMonkey 2.53.6 at https://www.seamonkey-project.org/releases/seamonkey2.53.6/, under "Known Issues", there is a link to bug 1684651 (text "The scrollbar is not always visible on some websites under recent macOS versions (10.15 upwards) see bug 1684651.")
The href attribute on the "bug 1684651" anchor is missing the opening quote, leading to the closing quote being interpreted as part of the URL and giving a broken link to https://bugzilla.mozilla.org/show_bug.cgi?id=1684651%22. Fairly minor and easy enough to work around by removing "%22" (displayed as a quote in the address bar) for those who realise what's happened, but I figured it'd probably be good to correct for future releases if that issue is likely to still need to be mentioned.
Actual results:
"bug 1684651" link opened https://bugzilla.mozilla.org/show_bug.cgi?id=1684651%22
Expected results:
"bug 1684651" link should open https://bugzilla.mozilla.org/show_bug.cgi?id=1684651
Thanks for spotting. Fix pushed:
https://gitlab.com/seamonkey-project/website/-/commit/e8c387184eaf3ea416258a392d2ca9e44d683a95
https://gitlab.com/seamonkey-project/website/-/commit/dae2b97c3b11f12b32b1167c3e47775a6668ddd9
https://hg.mozilla.org/SeaMonkey/seamonkey-project-org/rev/5240f38e6c84e5b336dee6c7f37fe5a8b5a4a9a3
Website should be updated shortly.
Updated•7 months ago
|
Description
•