Closed
Bug 784002
Opened 13 years ago
Closed 13 years ago
Syntax error on wiki page for setting up an extension development environment
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 783762
People
(Reporter: miker, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
Go to:
https://developer.mozilla.org/en-US/docs/Setting_up_extension_development_environment
Actual results:
Syntax error at line 110, column 73: Expected [0-9] but "f" found.
110 | <p>{{ langu ...lungsumgebung_f\u00fcr_Erweiterungen"
---------------------------------------------------------^
Expected results:
\u00fc should be fine as it is the German umlaut character. Seems to choke on the f for some reason.
Comment 1•13 years ago
|
||
Thanks for reporting this, Michael. We have noticed this elsewhere, and have opened bug 783762 about it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•13 years ago
|
Version: MDN → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Docs Platform → Editing
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
•