aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/element/removeattributens/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/element/removeattributens/index.md')
-rw-r--r--files/fr/web/api/element/removeattributens/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/element/removeattributens/index.md b/files/fr/web/api/element/removeattributens/index.md
index 58ce20f5c2..eb5a5ab3af 100644
--- a/files/fr/web/api/element/removeattributens/index.md
+++ b/files/fr/web/api/element/removeattributens/index.md
@@ -27,7 +27,7 @@ Dans Firefox 3 et postérieurs, cette méthode réinitialise les valeurs DOM à
// special:specialAlign="utterleft" width="200px" />
d = document.getElementById("div1");
d.removeAttributeNS("http://www.mozilla.org/ns/specialspace", "specialAlign");
- // l'élément est devenu : <div id="div1" width="200px" />
+ // l'élément est devenu&nbsp;: <div id="div1" width="200px" />
## Notes