--- loncom/interface/lonsyllabus.pm 2006/10/23 18:48:47 1.55 +++ loncom/interface/lonsyllabus.pm 2006/10/23 20:25:45 1.56 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.55 2006/10/23 18:48:47 albertel Exp $ +# $Id: lonsyllabus.pm,v 1.56 2006/10/23 20:25:45 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -306,7 +306,7 @@ sub handler { } } else { &Apache::lonfeedback::newline_to_br(\$message); - $message =~s|(https*://[^\s]+)|$1/g; + $message =~s|(https*://[^\s]+)|$1|g; if ($allowed) { $message=&Apache::lonspeller::markeduptext($message); }