--- loncom/homework/lonsimpleproblemedit.pm	2013/05/10 12:48:48	1.35
+++ loncom/homework/lonsimpleproblemedit.pm	2013/07/15 16:13:12	1.36
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Simple Problem Parameter Setting "Editor"
 #
-# $Id: lonsimpleproblemedit.pm,v 1.35 2013/05/10 12:48:48 raeburn Exp $
+# $Id: lonsimpleproblemedit.pm,v 1.36 2013/07/15 16:13:12 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -315,7 +315,7 @@ ENDJS
            .&rawrendering($symb)
            .'</div>'
         );
-        $r->print('<form name="simpleedit" method="post">');
+        $r->print('<form name="simpleedit" method="post" action="">');
 # Question Type        
         my %questiontypes=(
                'radio'     => '1 out of N multiple choice (radio button)',