--- loncom/interface/lonfeedback.pm	2006/06/29 21:22:09	1.205
+++ loncom/interface/lonfeedback.pm	2006/06/29 22:20:22	1.206
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Feedback
 #
-# $Id: lonfeedback.pm,v 1.205 2006/06/29 21:22:09 raeburn Exp $
+# $Id: lonfeedback.pm,v 1.206 2006/06/29 22:20:22 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -761,7 +761,7 @@ ENDDISCUSS
 	$discussion.='<a href="/adm/feedback?sendmessageonly=1&symb='.
 	    &escape($ressymb).
 	    '"><img src="'.&Apache::loncommon::lonhttpdurl('/adm/lonMisc/feedback.gif').'" border="0" />'.
-		    &mt('Send Message').'</td></tr></table>';
+		    &mt('Send Message').'</a></td></tr></table>';
     }
     return $discussion;
 }