diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/es/web/exslt/math | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/es/web/exslt/math')
-rw-r--r-- | files/es/web/exslt/math/highest/index.html | 2 | ||||
-rw-r--r-- | files/es/web/exslt/math/lowest/index.html | 2 | ||||
-rw-r--r-- | files/es/web/exslt/math/max/index.html | 2 | ||||
-rw-r--r-- | files/es/web/exslt/math/min/index.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/files/es/web/exslt/math/highest/index.html b/files/es/web/exslt/math/highest/index.html index 0a41b67d23..bc7872f742 100644 --- a/files/es/web/exslt/math/highest/index.html +++ b/files/es/web/exslt/math/highest/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/highest --- -<p>{{XsltRef}} {{ Fx_minversion_header(3) }}<br> +<p>{{XsltRef}}<br> <code>math:highest()</code> devuelve el nodo con el valor más alto (donde el valor más alto se calcula usando <code><a href="es/EXSLT/math/max">math:max()</a></code>) del conjunto de nodos (node-set) especificado.</p> <p>Un nodo tiene este valor máximo si convierte su valor de cadena a un número igual al valor máximo.</p> diff --git a/files/es/web/exslt/math/lowest/index.html b/files/es/web/exslt/math/lowest/index.html index a8ba40c0dc..9301e01081 100644 --- a/files/es/web/exslt/math/lowest/index.html +++ b/files/es/web/exslt/math/lowest/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/lowest --- -<p>{{XsltRef}} {{ Fx_minversion_header(3) }}<br> +<p>{{XsltRef}}<br> <code>math:lowest()</code> devuelve el nodo del conjunto de nodos (node-set) especificado con el valor más bajo (donde el valor más bajo se calcula usando <code><a href="es/EXSLT/math/min">math:min()</a></code>).</p> <p>Un nodo tiene este valor mínimo si convirtiendo su valor de cadena a número iguala el valor mínimo.</p> diff --git a/files/es/web/exslt/math/max/index.html b/files/es/web/exslt/math/max/index.html index d87424480a..ab3bb0e334 100644 --- a/files/es/web/exslt/math/max/index.html +++ b/files/es/web/exslt/math/max/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/max --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}<br> +<p>{{XsltRef}}<br> <code>math:max()</code> devuelve el valor máximo de un conjunto de nodos (node-set).</p> <p>To compute the maximum value of the node-set, the node set is sorted into descending order as it would be using <code><a href="es/XSLT/sort">xsl:sort()</a></code> with a data type of <code>number</code>. The maximum value is then the first node in the sorted list, converted into a number.</p> diff --git a/files/es/web/exslt/math/min/index.html b/files/es/web/exslt/math/min/index.html index 7ed975a28c..ee0d2ffccb 100644 --- a/files/es/web/exslt/math/min/index.html +++ b/files/es/web/exslt/math/min/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/min --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>math:min()</code> devuelve el valor mínimo de un conjunto de nodos (node-set).</p> |