[LON-CAPA-cvs] cvs: loncom /interface lonmsgdisplay.pm

raeburn raeburn at source.lon-capa.org
Wed Jan 19 10:04:15 EST 2022


raeburn		Wed Jan 19 15:04:15 2022 EDT

  Modified files:              
    /loncom/interface	lonmsgdisplay.pm 
  Log:
  - Remove unwanted closing tag (originally added in rev. 1.53)
  
  
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.196 loncom/interface/lonmsgdisplay.pm:1.197
--- loncom/interface/lonmsgdisplay.pm:1.196	Tue Jan 18 17:33:13 2022
+++ loncom/interface/lonmsgdisplay.pm	Wed Jan 19 15:04:15 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines for messaging display
 #
-# $Id: lonmsgdisplay.pm,v 1.196 2022/01/18 17:33:13 raeburn Exp $
+# $Id: lonmsgdisplay.pm,v 1.197 2022/01/19 15:04:15 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3521,7 +3521,7 @@
                 my $count = keys(%forwardfail);
                 my $message = &Apache::lonhtmlcommon::confirm_success(&mt('Could not forward [quant,_1,message].',$count),1);
                 foreach my $key (keys(%forwardfail)) {
-                    $message .= '<br />'.&mt('Could not deliver forwarded message.').'</span> ';
+                    $message .= '<br />'.&mt('Could not deliver forwarded message.').' ';
                     if ($forwardfail{$key} eq 'blocked') {
                         $message .= &mt('Sending messages is blocked from your IP address');
                     } else {




More information about the LON-CAPA-cvs mailing list