Closed
Bug 1230380
Opened 10 years ago
Closed 10 years ago
"Edit Template" link in scripting error box is broken
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Unassigned)
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug])
What did you do?
================
1. Due to https://developer.mozilla.org/en-US/docs/Template%3ASpec2$compare?locale=en-US&to=967947&from=966291 breaking the Spec2 template, editing and saving https://developer.mozilla.org/en-US/docs/Web/CSS/%3Aout-of-range caused a "There was a scripting error on this page" message to be displayed.
2. Click the "More information about this error" button in the message box.
3. In the expanded section, in the line "In macro: Spec2 (Edit Template)", click the "Edit Template" link.
What happened?
==============
The link leads to
https://developer.mozilla.org/en-US/docs/Template%3A%20Spec2$edit
which is a 404 page.
Note the extra "%20" (i.e. space) in the URL.
What should have happened?
==========================
The link should have led to https://developer.mozilla.org/en-US/docs/Template%3ASpec2$edit , the correct template URL.
Is there anything else we should know?
======================================
Updated•10 years ago
|
Severity: enhancement → minor
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/2fbb0cb6aadf57fe3412fbd3fb441385a3a15a1b
Fix bug 1230380 - Correct edit template link
https://github.com/mozilla/kuma/commit/a001c43df621d50b25a4c3f7e5ebc0d57c32b705
Merge pull request #3702 from Elchi3/bug1230380
Fix bug 1230380 - Correct edit template link
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•