[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm
raeburn
raeburn at source.lon-capa.org
Sun May 12 09:36:53 EDT 2013
raeburn Sun May 12 13:36:53 2013 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework structuretags.pm
Log:
- For 2.11
- Fix typo in 1.512.2.1.
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.1 loncom/homework/structuretags.pm:1.512.2.2
--- loncom/homework/structuretags.pm:1.512.2.1 Sat May 11 13:18:59 2013
+++ loncom/homework/structuretags.pm Sun May 12 13:36:53 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.512.2.1 2013/05/11 13:18:59 raeburn Exp $
+# $Id: structuretags.pm,v 1.512.2.2 2013/05/12 13:36:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2496,7 +2496,7 @@
['hide','Hide']]
,$token);
$result .=&Apache::edit::checked_arg('When used as type(s):','for',
- [ ['exam',Exam/Quiz Problem'],
+ [ ['exam','Exam/Quiz Problem'],
['survey','Survey'],
['surveycred','Survey (with credit)'],
['anonsurvey','Anonymous Survey'],
More information about the LON-CAPA-cvs
mailing list