753da894db01f035662858da6f5534405017cc7e
lrnassar
  Wed Sep 18 16:27:58 2024 -0700
Removing the test commit I made to see if git hooks are working.

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index 97fe293..21d1e3e 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,17 +1,17 @@
 <!-- News item template:
-test
+
   <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)