Closed
Bug 765625
Opened 13 years ago
Closed 13 years ago
TemplateLoadingErrors for missing {{page}} and broken(?) {{SVGElement}}
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: info, Unassigned)
References
()
Details
Nice quick job fixing bug 765181 ! Now when I click blue links in https://developer-new.mozilla.org/en-US/docs/SVG/Attribute such as https://developer-new.mozilla.org/en-US/docs/SVG/Attribute/class , I get a warning box:
There are scripting messages on this page:
TemplateLoadingError for Template:page ( new ):
Problem loading template for template page: status 404
TemplateLoadingError for Template:SVGElement ( edit ):
Problem loading template for template SVGElement: SyntaxError: Unexpected token <
and unprocessed {{page}} and {{SVGElement}} appear further down the page.
The pages seem to display pretty well despite these errors.
Blindly comparing it with Template:SVGAttr , I think https://developer-new.mozilla.org/en-US/docs/Template:SVGElement is missing a few %> and <% delimiters between JavaScript code and html.
BTW, these templates and pages also seem broken on the current live MDN, cf. https://developer.mozilla.org/en-US/docs/en-US/SVG/Attribute/class
Comment 2•13 years ago
|
||
I think this page should be fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Updated•5 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
•