Closed
Bug 742718
Opened 13 years ago
Closed 13 years ago
When posting code with <pre> tags - code is stripped out.
Categories
(Developer Engagement :: Mozilla Hacks, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 742146
People
(Reporter: JStagner, Unassigned)
Details
Example:
<pre lang="html">
<audio width=”300? height=”32? src=”/test/audio.ogg”>
<!–- Implement some fall back here. –>
Your browser does not support the audio element.
</audio>
</pre>
Saving deletes the <audio> tags .
Comment 1•13 years ago
|
||
<audio>, <video>, and <iframe> tags are all stripped, except for posting by Administrators.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•12 years ago
|
Component: hacks.mozilla.org → Mozilla Hacks
Product: Websites → Mozilla Developer Network
Updated•8 years ago
|
Product: Mozilla Developer Network → Developer Engagement
You need to log in
before you can comment on or make changes to this bug.
Description
•