Skip to content

Commit

Permalink
Add missing xmlns namespace prefix (mdn#30262)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey authored Nov 14, 2023
1 parent d14c72d commit 342410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/svg/namespaces_crash_course/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ By default, parameters don't have a namespace at all. They are only known to be
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<script href="cool-script.js" type="text/ecmascript" />
<script xmlns:href="cool-script.js" type="text/ecmascript" />
</svg>
```

Expand Down

0 comments on commit 342410e

Please sign in to comment.