add alt tag to image
Hanno Böck

Hanno Böck commited on 2024-01-27 13:27:13
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -115,7 +115,7 @@ if (count($dbs) > 0) {
115 115
     }
116 116
 
117 117
     output("<h4>Verwaltung der Datenbanken (phpMyAdmin)</h4>
118
-  <p><img src=\"{$prefix}images/phpmyadmin.png\" style=\"width: 120px; height: 70px; float: right;\" />Zur Verwaltung der Datenbank-Inhalte stellen wir Ihnen eine stets aktualisierte Version von phpMyAdmin zur Verfügung.</p>");
118
+  <p><img src=\"{$prefix}images/phpmyadmin.png\" style=\"width: 120px; height: 70px; float: right;\" alt=\"phpMyAdmin Logo\">Zur Verwaltung der Datenbank-Inhalte stellen wir Ihnen eine stets aktualisierte Version von phpMyAdmin zur Verfügung.</p>");
119 119
     if (count($myservers) == 1) {
120 120
         output("<p><strong><a href=\"https://mysql-{$myservers[0]}/\">phpMyAdmin aufrufen</a></strong></p>");
121 121
     } else {
122 122