[LON-CAPA-cvs] cvs: loncom /auth lonlogout.pm /interface lonremote.pm

bisitz bisitz@source.lon-capa.org
Mon, 16 Mar 2009 17:07:38 -0000


bisitz		Mon Mar 16 17:07:38 2009 EDT

  Modified files:              
    /loncom/interface	lonremote.pm 
    /loncom/auth	lonlogout.pm 
  Log:
  XHTML conform meta tag closure
  
  
Index: loncom/interface/lonremote.pm
diff -u loncom/interface/lonremote.pm:1.27 loncom/interface/lonremote.pm:1.28
--- loncom/interface/lonremote.pm:1.27	Thu Feb 26 16:17:30 2009
+++ loncom/interface/lonremote.pm	Mon Mar 16 17:07:33 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonremote.pm,v 1.27 2009/02/26 16:17:30 schafran Exp $
+# $Id: lonremote.pm,v 1.28 2009/03/16 17:07:33 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -73,7 +73,7 @@
                                         'no_inline_link' => 1,});
     my $end_page  =  &Apache::loncommon::end_page();
     my $windowinfo=&Apache::lonmenu::close();
-#    my $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'">';
+#    my $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'" />';
     my $message='<p>'.&mt("The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu. You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser. To use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.").'</p>'; 
     my $continue = &mt('Continue');
     $r->print(<<ENDCOLLAPSE);
Index: loncom/auth/lonlogout.pm
diff -u loncom/auth/lonlogout.pm:1.36 loncom/auth/lonlogout.pm:1.37
--- loncom/auth/lonlogout.pm:1.36	Tue Nov 25 14:19:07 2008
+++ loncom/auth/lonlogout.pm	Mon Mar 16 17:07:38 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Logout Handler
 #
-# $Id: lonlogout.pm,v 1.36 2008/11/25 14:19:07 jms Exp $
+# $Id: lonlogout.pm,v 1.37 2009/03/16 17:07:38 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -98,7 +98,7 @@
     my $relogmessage='';
     if ($env{'form.handover'}) {
 	$switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.
-	    $env{'form.handover'}.'">';
+	    $env{'form.handover'}.'" />';
 	$start_page=&Apache::loncommon::start_page('Switching Server ...',
 						   $switch);
     } else {