[LON-CAPA-cvs] cvs: loncom /homework chemresponse.pm /interface lonuserutils.pm
bisitz
bisitz at source.lon-capa.org
Fri May 3 12:29:41 EDT 2013
bisitz Fri May 3 16:29:41 2013 EDT
Modified files:
/loncom/interface lonuserutils.pm
/loncom/homework chemresponse.pm
Log:
XHTML
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.151 loncom/interface/lonuserutils.pm:1.152
--- loncom/interface/lonuserutils.pm:1.151 Thu Apr 11 15:11:09 2013
+++ loncom/interface/lonuserutils.pm Fri May 3 16:29:34 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.151 2013/04/11 15:11:09 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.152 2013/05/03 16:29:34 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1631,7 +1631,7 @@
my @cols = &infocolumns($context,$mode,$showcredits);
if (!@cols) {
- $r->print('<hr clear="all" /><span class="LC_warning">'.
+ $r->print('<hr style="clear:both;" /><span class="LC_warning">'.
&mt('No user information selected for display.').'</span>'.
'<input type="hidden" name="phase" value="display" /></form>'."\n");
return;
@@ -1674,7 +1674,7 @@
$r->print('<hr />'.&mt('Searching ...').'<br /> <br />');
}
} else {
- $r->print('<hr clear="all" /><div id="searching">'.&mt('Searching ...').'</div>');
+ $r->print('<hr style="clear:both;" /><div id="searching">'.&mt('Searching ...').'</div>');
}
$r->rflush();
if ($context eq 'course') {
Index: loncom/homework/chemresponse.pm
diff -u loncom/homework/chemresponse.pm:1.91 loncom/homework/chemresponse.pm:1.92
--- loncom/homework/chemresponse.pm:1.91 Tue Jan 15 18:09:43 2013
+++ loncom/homework/chemresponse.pm Fri May 3 16:29:40 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# chemical equation style response
#
-# $Id: chemresponse.pm,v 1.91 2013/01/15 18:09:43 raeburn Exp $
+# $Id: chemresponse.pm,v 1.92 2013/05/03 16:29:40 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -120,7 +120,7 @@
my $body=<<CHEMPAGE;
$js
<center>
-<form>
+<form action="">
<table width="440"><tr>
<td></td>
<td align="right">
More information about the LON-CAPA-cvs
mailing list