--- modules/gci/lonlogin.pm 2024/04/15 23:57:21 1.17 +++ modules/gci/lonlogin.pm 2025/03/02 12:58:41 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.17 2024/04/15 23:57:21 gci Exp $ +# $Id: lonlogin.pm,v 1.18 2025/03/02 12:58:41 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -86,7 +86,7 @@ sub handler { $dest .= '?selectrole=1&'.$env{'form.role'}.'=1'; } if ($env{'form.symb'}) { - $dest .= ($dest =~ /\?/) ? '&' : '?'; + $dest .= ($dest =~ /\?/) ? '&' : '?'; $dest .= 'destinationurl='.&HTML::Entities::encode($env{'form.symb'},'"&<>'); } if ($env{'form.firsturl'} ne '') {