diff options
Diffstat (limited to 'files/de/web/css/calc()/index.html')
-rw-r--r-- | files/de/web/css/calc()/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/css/calc()/index.html b/files/de/web/css/calc()/index.html index 357b7d1036..f8424ee032 100644 --- a/files/de/web/css/calc()/index.html +++ b/files/de/web/css/calc()/index.html @@ -17,7 +17,7 @@ translation_of: Web/CSS/calc() <h2 id="Syntax">Syntax</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <pre class="syntaxbox notranslate">/* Eigenschaft: calc(<em>Ausdruck</em>) */ width: calc(100% - 80px);</pre> |