--- loncom/homework/edit.pm 2003/10/24 21:09:24 1.68
+++ loncom/homework/edit.pm 2003/10/24 21:45:32 1.69
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# edit mode helpers
#
-# $Id: edit.pm,v 1.68 2003/10/24 21:09:24 albertel Exp $
+# $Id: edit.pm,v 1.69 2003/10/24 21:45:32 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -273,6 +273,11 @@ sub handle_insertafter {
return $result;
}
+sub insert_img {
+ return '
+ ';
+}
+
sub insert_responseparam {
return '
';