5e03648c60553bf87f9399b4dd070e5ef79a8074
gperez2
  Tue Jul 1 12:38:28 2025 -0700
Code review edits, refs #36009

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index ee4977e8ba7..cecccde6b7d 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,54 +1,54 @@
 <!-- News item template:
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   __DATE__ -
   <a href="goldenPath/newsarch.html#__MMDDYY__">
   __HEADLINE__
   </a></div>
 
   1. Replace __DATE__ with something like 'Apr. 29, 2016'
   2. Replace __MMDDYY__ with something like '042916'
   3. Replace __HEADLINE__ with the news item's headline like 'Awesome New Feature'
      Be sure to follow the CORRECT STYLE for the headline: 
         - capitalize first letter of headline - no other caps except for proper nouns and acronyms
         - check that headline char count doesn't exceed the line length (otherwise will truncate)
         - approx 50 characters
   4. Drop the bottom item from the list (limit of 6 items at a time)
 
                                                 | <- Cutoff point
 -->
   <div class="jwNewsItem jwSingleLineRightColumn">
   June 26, 2025 -
   <a href="goldenPath/newsarch.html#062625">
   New Genome Browser tutorials
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   June 24, 2025 -
   <a href="goldenPath/newsarch.html#062425">
-  New GENCODE gene tracks: Human V48 (hg19/hg38) - Mouse M37
+  New GENCODE Versions tracks for hg19/hg38/mm39 (V48/VM37)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   June 11, 2025 -
   <a href="goldenPath/newsarch.html#061125">
   EVA SNP release 7 for 40 assemblies
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   May 21, 2025 -
   <a href="goldenPath/newsarch.html#052125">
   Varaico variants track available for human (hg38 &amp; hg19)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   May 19, 2025 -
   <a href="goldenPath/newsarch.html#051925">
   New GENCODE "knownGene" V48 for human (hg38/hg19) and VM37 for mouse (mm39)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   May 14, 2025 -
   <a href="goldenPath/newsarch.html#051425">
   New Exon Relevance RTS and gnomAD pext track for hg38
   </a></div>