From: Arnie P. <ap...@de...> - 2005-05-17 18:41:29
|
Log Message: ----------- Put a spce in after bolf faced words Modified Files: -------------- webwork-modperl/lib/WeBWorK/ContentGenerator: Login.pm Revision Data ------------- Index: Login.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Login.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -Llib/WeBWorK/ContentGenerator/Login.pm -Llib/WeBWorK/ContentGenerator/Login.pm -u -r1.24 -r1.25 --- lib/WeBWorK/ContentGenerator/Login.pm +++ lib/WeBWorK/ContentGenerator/Login.pm @@ -96,7 +96,7 @@ print CGI::p("Please enter your username and password for ",CGI::b($course)," below:"); print CGI::p(dequote <<" EOT"); - If you check ${\( CGI::b("Remember Me") )} your login information will + If you check ${\( CGI::b("Remember Me") )} your login information will be remembered by the browser you are using, allowing you to visit WeBWorK pages without typing your user name and password (until your session expires). This feature is not safe for public workstations, @@ -150,7 +150,7 @@ print CGI::p(dequote <<" EOT"); This course supports guest logins. Click ${\( CGI::b("Guest Login") )} - to log into this course as a guest. + to log into this course as a guest. EOT print CGI::input({-type=>"submit", -name=>"login_practice_user", -value=>"Guest Login"}); |