[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
raeburn
raeburn@source.lon-capa.org
Mon, 30 Aug 2010 14:06:16 -0000
raeburn Mon Aug 30 14:06:16 2010 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- Prevent text color change when hovering over text in a problem part.
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.474 loncom/homework/structuretags.pm:1.475
--- loncom/homework/structuretags.pm:1.474 Sun Aug 8 02:00:50 2010
+++ loncom/homework/structuretags.pm Mon Aug 30 14:06:16 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.474 2010/08/08 02:00:50 raeburn Exp $
+# $Id: structuretags.pm,v 1.475 2010/08/30 14:06:16 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1835,7 +1835,7 @@
}
} elsif ($target eq 'web') {
- $result.='<a name="'.&escape($Apache::inputtags::part).'" />';
+ $result.='<a name="'.&escape($Apache::inputtags::part).'" ></a>';
}
}
}