[pubcookie-dev] CVS update: fox; webiso/pubcookie/src index.cgi.c,1.183,1.184

fox at washington.edu fox at washington.edu
Wed May 30 10:05:52 PDT 2007


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv11614/webiso/pubcookie/src
 
 Modified Files:
 	index.cgi.c 
 Log Message:
 
 
 One last update of the postdata redirect issue.
 



Index: webiso/pubcookie/src/index.cgi.c
diff -u webiso/pubcookie/src/index.cgi.c:1.183 webiso/pubcookie/src/index.cgi.c:1.184
--- webiso/pubcookie/src/index.cgi.c:1.183	Wed May 30 10:03:20 2007
+++ webiso/pubcookie/src/index.cgi.c	Wed May 30 10:05:50 2007
@@ -18,7 +18,7 @@
 /** @file index.cgi.c
  * Login server CGI
  *
- * $Id: index.cgi.c,v 1.183 2007/05/30 17:03:20 fox Exp $
+ * $Id: index.cgi.c,v 1.184 2007/05/30 17:05:50 fox Exp $
  */
 
 #ifdef WITH_FCGI
@@ -2970,7 +2970,7 @@
         /* put submit at the bottom so it looks better */
         if (submit_value)
             print_html (p,
-                        "<input type=\"submit\" name=\"submit\" value=\'%s\'>\n",
+                        "<input type=\"submit\" name=\"submit\" value=\"%s\">\n",
                         submit_value);
         else
             print_html (p, "<input type=\"submit\" value=\"%s\">\n",



end of message


More information about the pubcookie-dev mailing list