src/hg/hgc/hgc.c 1.1604
1.1604 2010/03/15 21:19:29 fanhsu
Updated the alternate message for tRNAs when image is not available.
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1603
retrieving revision 1.1604
diff -b -B -U 4 -r1.1603 -r1.1604
--- src/hg/hgc/hgc.c 12 Mar 2010 18:55:07 -0000 1.1603
+++ src/hg/hgc/hgc.c 15 Mar 2010 21:19:29 -0000 1.1604
@@ -10470,9 +10470,9 @@
printf("</TD>");
printf("<TD>");
- printf("<img align=right src=\"../RNA-img/%s/%s-%s.gif\" alt='tRNA secondary structure for %s'>\n",
+ printf("<img align=right src=\"../RNA-img/%s/%s-%s.gif\" alt='tRNA secondary structure is not available for %s'>\n",
database,database,trna->name,trna->name);
printf("</TD>");
printf("</TR>");