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/analysis.html src/hg/htdocs/ENCODE/analysis.html index 6bf9335c184..60440b98e5a 100755 --- src/hg/htdocs/ENCODE/analysis.html +++ src/hg/htdocs/ENCODE/analysis.html @@ -1,30 +1,31 @@ <!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>ENCODE Integrative Analysis</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"--> <!--#include virtual="/inc/encodeProject.newportal.html"--> <div class="encodeHeader"> - <a href="http://www.genome.gov/10005107"><img alt="ENCODE Project logo" src="/images/ENCODE_scaleup_logo.png" title="ENCODE Project at NHGRI"></a> + <a href="http://www.genome.gov/10005107"><img src="/images/ENCODE_scaleup_logo.png" + alt="ENCODE Project at NHGRI" title="ENCODE Project at NHGRI"></a> <span class="txt">Integrative Analysis of ENCODE Data</span> </div> <div class="wrapper"> <div class="bar"><h4 class="title">Contents</h4></div> <div class="content"> <p> <ul> <li><a href="#intro">Introduction</a></li> <li><a href="#tools">Analysis Tools and Resources</a></li> <li><a href="#data">Data</a></li> </ul> </p> <p class="date">Updated 5 September 2012</p>