Skip to content

Commit 6d80bca

Browse files
authored
Add required alt attribute to hero header image on homepage
Closes GH-693.
1 parent 15d95ae commit 6d80bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
$intro = <<<EOF
9494
<div class="hero">
95-
<img class="hero-logo" src="/images/logos/php-logo-white.svg" width="240" height="120">
95+
<img class="hero-logo" src="/images/logos/php-logo-white.svg" alt="php" width="240" height="120">
9696
<p class="hero-text">A <strong>popular general-purpose scripting language</strong> that is especially suited to web development.<br />Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.</p>
9797
<div class="hero-actions">
9898
<a href="/releases/8.1/index.php" class="hero-btn hero-btn-primary">What's new in 8.1</a>

0 commit comments

Comments
 (0)