[LON-CAPA-cvs] cvs: loncom /interface lonerrorhandler.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sat, 02 Sep 2006 20:49:20 -0000
albertel Sat Sep 2 16:49:20 2006 EDT
Modified files:
/loncom/interface lonerrorhandler.pm
Log:
- xhtml
Index: loncom/interface/lonerrorhandler.pm
diff -u loncom/interface/lonerrorhandler.pm:1.11 loncom/interface/lonerrorhandler.pm:1.12
--- loncom/interface/lonerrorhandler.pm:1.11 Thu Apr 13 15:07:11 2006
+++ loncom/interface/lonerrorhandler.pm Sat Sep 2 16:49:20 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Internal Server Error Handler
#
-# $Id: lonerrorhandler.pm,v 1.11 2006/04/13 19:07:11 albertel Exp $
+# $Id: lonerrorhandler.pm,v 1.12 2006/09/02 20:49:20 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -101,13 +101,13 @@
with internal debugging information, will be emailed to the system and server
administrators.
<form action="/adm/errorhandler" method="post">
-<input type="submit" value="Send Information">
+<input type="submit" value="Send Information" />
<h3>Please describe what you did just before this screen came up</h3>
<textarea name="prioraction" cols="50" rows="5">
</textarea>
<h3>Is this problem reproducible?</h3>
<label>
-<input type="checkbox" name="reproducible" value="yes"> Yes!
+<input type="checkbox" name="reproducible" value="yes" /> Yes!
</label>
<h3>Do you have any guesses why this might have happened?</h3>
<textarea name="guesses" cols="50" rows="5">
@@ -117,7 +117,7 @@
<input type="hidden" name="syllabus" value="$syllabus" />
<input type="hidden" name="sendinfo" value="1" />
<p>
-<input type="submit" value="Send Information">
+<input type="submit" value="Send Information" />
</p>
</form>
<h1>Thank you for your help!</h1>