[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 15 Mar 2005 16:50:19 -0000


albertel		Tue Mar 15 11:50:19 2005 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  - . on sperate line looks ... silly
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.158 loncom/homework/inputtags.pm:1.159
--- loncom/homework/inputtags.pm:1.158	Mon Feb 28 22:23:16 2005
+++ loncom/homework/inputtags.pm	Tue Mar 15 11:50:19 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.158 2005/03/01 03:23:16 albertel Exp $
+# $Id: inputtags.pm,v 1.159 2005/03/15 16:50:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -429,7 +429,7 @@
     } elsif ($award eq 'MISORDERED_RANK') {
 	$message = &mt('You have provided an invalid ranking');
 	if ($target ne 'tex') {
-	    $message.=', '.&mt('please refer to').' '.&Apache::loncommon::help_open_topic('Ranking_Problems','help on ranking problems').'.';
+	    $message.=', '.&mt('please refer to').' '.&Apache::loncommon::help_open_topic('Ranking_Problems','help on ranking problems');
 	}
 	$bgcolor=$possiblecolors{'not_charged_try'};
 	$button=1;