41c485c8e4bda02a3de334444479d9ae92140c7c
lrnassar
  Fri Mar 27 16:13:20 2026 -0700
Restore original alt text for images that already had alt attributes. The initial alt text commit incorrectly replaced 44 existing human-written descriptions with AI-generated generic text across 12 files. Feedback from CR. refs #37289

diff --git src/hg/htdocs/ENCODE/fileFormats.html src/hg/htdocs/ENCODE/fileFormats.html
index b10fd94a184..d7f1ebe4eb5 100755
--- src/hg/htdocs/ENCODE/fileFormats.html
+++ src/hg/htdocs/ENCODE/fileFormats.html
@@ -1,29 +1,30 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <title>Specifications of Common File Formats Used by the ENCODE Consortium</title>
     <link rel="stylesheet" href="/style/HGStyle.css" type="text/css">
     <link rel="stylesheet" href="/style/encodeProject.css" type="text/css">
   </head>
 
   <body>
     <!--#include virtual="/inc/encodeProjectSoftware.topbar.html"-->
 
     <div class="encodeHeader">
-    <a href="/ENCODE/index.html"><img alt="UCSC Genome Browser logo" src="/images/gbLogoOnly.png" title="ENCODE Data at NHGRI"></a>
+    <a href="/ENCODE/index.html"><img src="/images/gbLogoOnly.png"
+        alt="ENCODE Data at UCSC" title="ENCODE Data at NHGRI"></a>
       <span class="txt">Specifications of Common File Formats Used by the ENCODE Consortium</span>
     </div>
     
     <div class="wrapper">
       <div class="bar"><h4 class="title">September 2013</h4></div>
       <div class="content">
         <p>
           The ENCODE consortium uses several file formats to store, display, and disseminate data:
           <ul>
             <li><a href="#FASTQ">FASTQ</a></li>
             <li><a href="#BAM">BAM</a></li>
             <li><a href="#bigWig">bigWig</a></li>
             <li><a href="#bigBed">bigBed</a></li>
           </ul>
         <p>