Log Message:
-----------
percent sign snuck in there oops
Modified Files:
--------------
webwork2/conf:
global.conf.dist
Revision Data
-------------
Index: global.conf.dist
===================================================================
RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v
retrieving revision 1.141
retrieving revision 1.142
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.141 -r1.142
--- conf/global.conf.dist
+++ conf/global.conf.dist
@@ -133,7 +133,7 @@
# %r = recitation
# %% = literal percent sign
#
-$mail{feedbackSubjectFormat} = "[WWfeedback] course:%c %% user:%u set:%s prob:%p sec:%x rec:%r";
+$mail{feedbackSubjectFormat} = "[WWfeedback] course:%c user:%u set:%s prob:%p sec:%x rec:%r";
# feedbackVerbosity:
# 0: send only the feedback comment and context link
|