Log Message:
-----------
Corrected typo in url for webwork.maa.org (the openwebwork url was used twice)
Tags:
----
rel-2-4-patches
Modified Files:
--------------
webwork2/lib/WeBWorK/ContentGenerator:
CourseAdmin.pm
Revision Data
-------------
Index: CourseAdmin.pm
===================================================================
RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v
retrieving revision 1.64.2.2.2.2
retrieving revision 1.64.2.2.2.3
diff -Llib/WeBWorK/ContentGenerator/CourseAdmin.pm -Llib/WeBWorK/ContentGenerator/CourseAdmin.pm -u -r1.64.2.2.2.2 -r1.64.2.2.2.3
--- lib/WeBWorK/ContentGenerator/CourseAdmin.pm
+++ lib/WeBWorK/ContentGenerator/CourseAdmin.pm
@@ -2445,8 +2445,8 @@
CGI::p("If you are using your WeBWorK server for courses please help us out by registering your server."),
CGI::p("We are often asked how many institutions are using WeBWorK and how many students are using
WeBWorK Since WeBWorK is open source and can be freely downloaded from ".
- CGI::a({href=>'http://www.openwebwork.org'},'http://www.openwebwork.org' ). " and ".
- CGI::a({href=> 'http://webwork.maa.org'},'http://www.openwebwork.org'). ", it is frequently difficult for us to give a reasonable answer to this
+ CGI::a({href=>'http://webwork.maa.org'},'http://webwork.maa.org' ). " and ".
+ CGI::a({href=> 'http://www.openwebwork.org'},'http://www.openwebwork.org'). ", it is frequently difficult for us to give a reasonable answer to this
question."),
CGI::p("You can help by registering your current version of WeBWorK -- click the button, answer a few
questions (the ones you can answer easily) and send the email. It takes less than two minutes. Thank you!. -- The WeBWorK Team"),
|