Closed
Bug 751522
Opened 13 years ago
Closed 13 years ago
Invalid quotation marks in Developer FAQ
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
2012-05-31
People
(Reporter: witia, Assigned: cvan)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120420145725
Steps to reproduce:
https://addons.mozilla.org/en-US/developer_faq
File: en_US/LC_MESSAGES/messages.po
String:
"Memory leaks are typically bugs in the source code used to build applications which consume system memory without properly releasing it once the application has finished. Leak testing allows you to "
"pinpoint which bit of code is causing the memory leak. The following is a good <a href=%(leak_url)s\"\">guide to finding tools and strategies</a> that help manage leak testing. Mozilla's Carsten "
"Book has also written an excellent HOW-TO article on the subject of <a href=%(wiki_url)s\"\">leak testing in Firefox</a>."
Should be <a href=\"%(leak_url)s\">, <a href=\"%(wiki_url)s\"> instead of <a href=%(leak_url)s\"\">, <a href=%(wiki_url)s\"\">.
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → cvan
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2012-05-31
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•