diff options
Diffstat (limited to 'files/fr/web/api/window/locationbar')
-rw-r--r-- | files/fr/web/api/window/locationbar/index.html | 4 |
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"><!DOCTYPE html> +<pre class="brush:html"><!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8" /> |