diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-30 16:28:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 16:28:38 +0200 |
commit | 71c618f2ea793f0462948cfd512414c9094f7370 (patch) | |
tree | 44b543cd5982852c6bd8b641346503a883c2f7be /files/de/web/javascript | |
parent | fb5b8c8367d594d5fc4f38c61573d8e2e3552a57 (diff) | |
download | translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.gz translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.bz2 translated-content-71c618f2ea793f0462948cfd512414c9094f7370.zip |
KS: Removal of the least used macros - l10n-frozen (#611)
* KS: Deletion of KS macros used less than 100 times
* FIX: Remove conflicting and orphaned files from commits=
Diffstat (limited to 'files/de/web/javascript')
-rw-r--r-- | files/de/web/javascript/reference/global_objects/regexp/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/javascript/reference/global_objects/regexp/index.html b/files/de/web/javascript/reference/global_objects/regexp/index.html index dfa382bec4..f2af695fe2 100644 --- a/files/de/web/javascript/reference/global_objects/regexp/index.html +++ b/files/de/web/javascript/reference/global_objects/regexp/index.html @@ -399,10 +399,10 @@ var re = new RegExp("\\w+"); <h3 id="Fußnoten">Fußnoten</h3> <ol> - <li>{{endnote("equivalent_s")}}Equivalent to: + <li>Equivalent to: <p><code>[\t\n\v\f\r \u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000]</code></p> </li> - <li>{{endnote("equivalent_S")}}Equivalent to: + <li>Equivalent to: <p><code>[^\t\n\v\f\r \u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000]</code></p> </li> </ol> |