aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/exslt
diff options
context:
space:
mode:
authorrjohnson <rjohnson@mozilla.com>2021-03-18 17:16:33 -0700
committerIrvin <irvinfly@gmail.com>2021-03-21 00:31:49 +0800
commit8b6621966195ae20c972e812d5cdbed2b6146675 (patch)
treed4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/zh-cn/web/exslt
parente73670462cbf6600f4fb821054320743d86de204 (diff)
downloadtranslated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip
remove fx_minversion_header macro calls
Diffstat (limited to 'files/zh-cn/web/exslt')
-rw-r--r--files/zh-cn/web/exslt/index.html1
-rw-r--r--files/zh-cn/web/exslt/regexp/match/index.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/files/zh-cn/web/exslt/index.html b/files/zh-cn/web/exslt/index.html
index 9f272473a5..4e255e101f 100644
--- a/files/zh-cn/web/exslt/index.html
+++ b/files/zh-cn/web/exslt/index.html
@@ -11,7 +11,6 @@ translation_of: Web/EXSLT
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
EXSLT is a set of extensions to <a href="en/XSLT">XSLT</a>. There are a number of modules; those that are supported by Firefox are listed below:
</p>
<dl><dt><a href="#Common">Common</a> (<code>exsl</code>)
diff --git a/files/zh-cn/web/exslt/regexp/match/index.html b/files/zh-cn/web/exslt/regexp/match/index.html
index 2aebf1da22..7f7ae9a049 100644
--- a/files/zh-cn/web/exslt/regexp/match/index.html
+++ b/files/zh-cn/web/exslt/regexp/match/index.html
@@ -3,7 +3,7 @@ title: match
slug: Web/EXSLT/regexp/match
translation_of: Web/EXSLT/regexp/match
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>regexp:match()</code> performs regular expression matching on a string, returning the submatches found as a result.</p>