731dba3f018f3deb9ec63a1c60b3fc2c086d125f
cath
  Wed May 17 16:28:45 2017 -0700
Minor edits, Donna's feedback, refs #19370

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index c9c753d..98c7327 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,35 +1,35 @@
 <!-- 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)
   4. Drop the bottom item from the list (limit of 3 items at a time)
 -->
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
   May 16, 2017 -
   <a href="goldenPath/newsarch.html#051617">
-  New Genome Browser for Golden eagle
+  New genome browser for golden eagle
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
   May 15, 2017 -
   <a href="goldenPath/newsarch.html#051517">
-  New TransMap Annotation Tracks Released
+  New TransMap annotation tracks released
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
   May 4, 2017 -
   <a href="goldenPath/newsarch.html#050417">
   New BLAT custom track feature
   </a></div>