src/inc/cheapcgi.h 1.70

1.70 2009/12/14 19:03:59 galt
no trailing asterix needed
Index: src/inc/cheapcgi.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/cheapcgi.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -b -B -U 4 -r1.69 -r1.70
--- src/inc/cheapcgi.h	9 Dec 2009 19:24:35 -0000	1.69
+++ src/inc/cheapcgi.h	14 Dec 2009 19:03:59 -0000	1.70
@@ -417,11 +417,11 @@
 void commonCssStyles();
 /* Defines a few common styles to use through CSS */
 
 char *javaScriptLiteralEncode(char *inString);
-/* Use backslash escaping on newline *
- * and quote chars, backslash and others. *
- * Intended that the encoded string will be *
- * put between quotes at a higher level and *
+/* Use backslash escaping on newline 
+ * and quote chars, backslash and others. 
+ * Intended that the encoded string will be 
+ * put between quotes at a higher level and 
  * then interpreted by Javascript. */
 
 #endif /* CHEAPCGI_H */