diff options
Diffstat (limited to 'files/he')
4 files changed, 5 insertions, 5 deletions
diff --git a/files/he/learn/html/howto/index.html b/files/he/learn/html/howto/index.html index 496b8e18c4..cc703642a6 100644 --- a/files/he/learn/html/howto/index.html +++ b/files/he/learn/html/howto/index.html @@ -139,4 +139,4 @@ original_slug: Learn/HTML/פתרון_בעיות </div> </div> -<p><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span> </p> +<p><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span> </p> diff --git a/files/he/web/html/element/figcaption/index.html b/files/he/web/html/element/figcaption/index.html index 08024d0505..ca4dd15d5b 100644 --- a/files/he/web/html/element/figcaption/index.html +++ b/files/he/web/html/element/figcaption/index.html @@ -49,7 +49,7 @@ translation_of: Web/HTML/Element/figcaption <pre class="brush: html"><!-- Image with a caption --> <figure> <img - src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" + src="https://developer.mozilla.org/static/img/favicon144.png" alt="A robotic monster over the letters MDN."> <figcaption>MDN Logo</figcaption> </figure> diff --git a/files/he/web/html/element/figure/index.html b/files/he/web/html/element/figure/index.html index 6235c3c3b3..23751858e3 100644 --- a/files/he/web/html/element/figure/index.html +++ b/files/he/web/html/element/figure/index.html @@ -49,14 +49,14 @@ translation_of: Web/HTML/Element/figure <pre class="brush: html"><!-- Just an image --> <figure> <img - src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" + src="https://developer.mozilla.org/static/img/favicon144.png" alt="A robotic monster over the letters MDN."> </figure> <!-- Image with a caption --> <figure> <img - src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" + src="https://developer.mozilla.org/static/img/favicon144.png" alt="A robotic monster over the letters MDN."> <figcaption>MDN Logo</figcaption> </figure> diff --git a/files/he/web/javascript/reference/global_objects/array/includes/index.html b/files/he/web/javascript/reference/global_objects/array/includes/index.html index 0cc6181f0d..369e5ad018 100644 --- a/files/he/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/he/web/javascript/reference/global_objects/array/includes/index.html @@ -81,7 +81,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes <table class="standard-table" dir="rtl" style="height: 185px; width: 490px;"> <tbody> <tr> - <th scope="col"><span style="display: none;"> </span><span style="display: none;"> </span>מפרט</th> + <th scope="col"><span class="hidden"> </span><span class="hidden"> </span>מפרט</th> <th scope="col">סטטוס</th> <th scope="col">הערה</th> </tr> |
