Browse Source

Bz 16494: accessibility — img must have alt

master
Gintas Grigelionis 7 years ago
parent
commit
d6b749fda6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/cover.html

+ 1
- 1
manual/cover.html View File

@@ -23,7 +23,7 @@
</head> </head>


<body> <body>
<h1 class="center"><img src="images/ant_logo_large.gif" width="190" height="120"></h1>
<h1 class="center"><img src="images/ant_logo_large.gif" width="190" height="120" alt="Apache Ant logo"></h1>
<h1 class="center">Apache Ant&trade; 1.10.4 Manual</h1> <h1 class="center">Apache Ant&trade; 1.10.4 Manual</h1>
<p>This is the manual for version 1.10.4 of <a href="https://ant.apache.org/" target="_top">Apache Ant</a>. If your <p>This is the manual for version 1.10.4 of <a href="https://ant.apache.org/" target="_top">Apache Ant</a>. If your
version of Ant (as verified with <kbd>ant -version</kbd>) is older or newer than this version then this is not the version of Ant (as verified with <kbd>ant -version</kbd>) is older or newer than this version then this is not the


Loading…
Cancel
Save