From 89b874a057cbfdf572c58a26b8c2dd62b0d7fc11 Mon Sep 17 00:00:00 2001 From: Michael Gage Date: Sat, 1 Jun 2013 21:49:46 -0400 Subject: [PATCH] Remove stray single quote after the problem-contents div --- conf/defaults.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/defaults.config b/conf/defaults.config index fe74f37096..d7d61cf818 100644 --- a/conf/defaults.config +++ b/conf/defaults.config @@ -1,7 +1,7 @@ #!perl ################################################################################ # WeBWorK Online Homework Delivery System -# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ +# Copyright � 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ # $CVSHeader: webwork2/conf/defaults.config,v 1.225 2010/05/18 18:03:31 apizer Exp $ # # This program is free software; you can redistribute it and/or modify it under @@ -962,7 +962,7 @@ $pg{specialPGEnvironmentVars}{problemPostamble} = { TeX => '', HTML=>'' }; # To have the problem body indented and boxed, uncomment: $pg{specialPGEnvironmentVars}{problemPreamble}{HTML} = qq!
\n!; - $pg{specialPGEnvironmentVars}{problemPostamble}{HTML}= qq!
'\n!; + $pg{specialPGEnvironmentVars}{problemPostamble}{HTML}= qq!\n!; # $pg{specialPGEnvironmentVars}{problemPreamble}{HTML} = '
#
';