5085d704657809ca3d591f7c1bf19fce66fde44c
chmalee
  Fri Nov 17 09:36:25 2023 -0800
On 404 page, instruct users that write in that we also need the url that doesn't exist, refs #32637

diff --git src/hg/htdocs/admin/404.html src/hg/htdocs/admin/404.html
index 795bc4a..65f2895 100755
--- src/hg/htdocs/admin/404.html
+++ src/hg/htdocs/admin/404.html
@@ -9,21 +9,21 @@
 <p> 
 The page you requested was not found.</p> 
 
 <!--#if expr='"$SERVER_NAME" != /.*.ucsc.edu/ && "$SERVER_NAME" 
 != /.*.sdsc.edu/ && "$SERVER_NAME" != /browser/'--> 
 <!-- 'browser' = GBiB --> 
   <p>
   <strong>This website <em><!--#echo var="HTTP_HOST" --></em> is a &quot;mirror&quot; not run by
   UCSC.</strong> Please try to contact the person who manages this mirror if you have questions.</p>
   <p> 
   <strong>If you mail the UCSC mailing list, please include this mirror's address 
   <em>http://<!--#echo var="HTTP_HOST" --></em> with any questions.</strong></p> 
 <!--#else --> 
   <p> 
   If you think this page should exist and would like to provide information about what led 
-  to this error, please email us at 
+  to this error, please send the URL and a description to us at
   <a href="mailto:&#103;&#101;&#110;&#111;&#109;&#101;&#45;ww&#119;&#64;&#115;o&#101;.&#117;c&#115;&#99;.&#101;&#100;&#117;">&#103;&#101;&#110;&#111;&#109;&#101;&#45;ww&#119;&#64;&#115;o&#101;.&#117;c&#115;&#99;.&#101;&#100;&#117;</a>.</p> 
   <!-- above address is genome-www at soe.ucsc.edu --> 
 <!--#endif -->
 
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->