src/lib/cheapcgi.c 1.127

1.127 2009/12/14 19:04:29 galt
no trailing asterix needed
Index: src/lib/cheapcgi.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/cheapcgi.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -b -B -U 4 -r1.126 -r1.127
--- src/lib/cheapcgi.c	9 Dec 2009 19:24:35 -0000	1.126
+++ src/lib/cheapcgi.c	14 Dec 2009 19:04:29 -0000	1.127
@@ -633,12 +633,12 @@
 return res;
 }
 
 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. */
 {
 char c;
 int outSize = 0;