CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 10/10/17 18:24:27
Modified files: server : body-include-2.html Log message: Correcting form action CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.12&r2=1.13 Patches: Index: body-include-2.html =================================================================== RCS file: /web/www/www/server/body-include-2.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- body-include-2.html 14 Sep 2010 16:00:49 -0000 1.12 +++ body-include-2.html 17 Oct 2010 18:24:25 -0000 1.13 @@ -6,7 +6,7 @@ <div id="fssbox"> <h4>Sign up for the <em>Free Software Supporter</em></h4> <p>A monthly update on GNU and the FSF</p> - <form action="http://lists.gnu.org/mailman/subscribe/info-fsf" method="post"> + <form action="http://lists.fsf.org/mailman/subscribe/info-fsf" method="post"> <p><input type="text" id="frmEmail" name="email" size="15" maxlength="80" value="y...@example.com" onfocus="this.value=''" /> <input type="submit" value="Ok" /></p> </form> </div>