diff options
Diffstat (limited to 'files/es/web/api/document/createattribute/index.html')
-rw-r--r-- | files/es/web/api/document/createattribute/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/api/document/createattribute/index.html b/files/es/web/api/document/createattribute/index.html index 7b6ac22dc5..8f629caec1 100644 --- a/files/es/web/api/document/createattribute/index.html +++ b/files/es/web/api/document/createattribute/index.html @@ -81,7 +81,7 @@ console.log(nodo.getAttribute("miAtributo")); // "nuevoVal" <h2 id="Compatibilidad_del_buscador">Compatibilidad del buscador</h2> -<div class="hidden">La tabla de compatibilidad en esta página es generada desde estructuras de datos. Sí le gustaría contribuir con estos datos, por favor revisar <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y enviarnos un pull request.</div> + <p>{{Compat("api.Document.createAttribute")}}</p> |