Skip to content

Commit

Permalink
Remove stray single quote after the problem-contents div
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage committed Jun 2, 2013
1 parent 5951018 commit 89b874a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/defaults.config
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -962,7 +962,7 @@ $pg{specialPGEnvironmentVars}{problemPostamble} = { TeX => '', HTML=>'' };

# To have the problem body indented and boxed, uncomment:
$pg{specialPGEnvironmentVars}{problemPreamble}{HTML} = qq!<div id="problem-content" name="problem-content">\n!;
$pg{specialPGEnvironmentVars}{problemPostamble}{HTML}= qq!</div>'\n!;
$pg{specialPGEnvironmentVars}{problemPostamble}{HTML}= qq!</div>\n!;

# $pg{specialPGEnvironmentVars}{problemPreamble}{HTML} = '<BLOCKQUOTE>
# <TABLE BORDER=1 CELLSPACING=1 CELLPADDING=15 BGCOLOR=#E8E8E8><TR><TD>';
Expand Down

0 comments on commit 89b874a

Please sign in to comment.