fix accessibility issue related to image alt text (#1809)

This commit is contained in:
Prince Kumar Sharma
2025-02-26 05:18:23 +05:30
committed by GitHub
parent bdf295287a
commit ec5d01a8cc
19 changed files with 28 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ L'exemple suivant montre les éléments d'un appel de fonction middleware:
<table style="padding: 0; border: 0; width: 960px; margin-bottom: 10px;">
<tr><td style="margin: 0; padding: 0px; border: 0; width: 410px;">
<img src="/images/express-mw.png" style="margin: 0px; padding: 0px; width: 410px; height: 308px;" />
<img src="/images/express-mw.png" alt="Elements of a middleware function call" style="margin: 0px; padding: 0px; width: 410px; height: 308px;" />
</td>
<td style="margin: 0; padding: 0 0 0 5px; border: 0; width: 550px;">
<div class="callout" id="callout1">Méthode HTTP à laquelle la fonction middleware s'applique.</div>