[LON-CAPA-cvs] cvs: loncom /homework edit.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 07 Sep 2007 00:39:21 -0000
albertel Thu Sep 6 20:39:21 2007 EDT
Modified files:
/loncom/homework edit.pm
Log:
- er, no need to commit the FIXME if it is in fact fixed
Index: loncom/homework/edit.pm
diff -u loncom/homework/edit.pm:1.109 loncom/homework/edit.pm:1.110
--- loncom/homework/edit.pm:1.109 Thu Sep 6 20:21:05 2007
+++ loncom/homework/edit.pm Thu Sep 6 20:39:21 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# edit mode helpers
#
-# $Id: edit.pm,v 1.109 2007/09/07 00:21:05 albertel Exp $
+# $Id: edit.pm,v 1.110 2007/09/07 00:39:21 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -686,7 +686,6 @@
my $result;
if ($token->[0] eq 'S') {
$result = '<'.$token->[1];
- #FIXME do this in non random order
foreach my $attribute (@{ $token->[3] }) {
my $value = $token->[2]{$attribute};
$value =~s/^\s+|\s+$//g;