aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/locationbar
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/window/locationbar')
-rw-r--r--files/fr/web/api/window/locationbar/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/window/locationbar/index.html b/files/fr/web/api/window/locationbar/index.html
index 9ba0cefa63..294652fb88 100644
--- a/files/fr/web/api/window/locationbar/index.html
+++ b/files/fr/web/api/window/locationbar/index.html
@@ -15,14 +15,14 @@ translation_of: Web/API/Window/locationbar
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox notranslate"><var>objRef</var> = window.locationbar
+<pre class="syntaxbox"><var>objRef</var> = window.locationbar
</pre>
<h2 id="Exemple">Exemple</h2>
<p>L'exemple HTML complet suivant montre comment la propriété <code>visible</code> de l'objet <code>locationbar</code> est utilisée.</p>
-<pre class="brush:html notranslate">&lt;!DOCTYPE html&gt;
+<pre class="brush:html">&lt;!DOCTYPE html&gt;
&lt;html lang="fr"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8" /&gt;