Log Message:
-----------
Removed bits which were accidentally included during last commit.
Modified Files:
--------------
pg/macros:
PGbasicmacros.pl
Revision Data
-------------
Index: PGbasicmacros.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/PGbasicmacros.pl,v
retrieving revision 1.40
retrieving revision 1.41
diff -Lmacros/PGbasicmacros.pl -Lmacros/PGbasicmacros.pl -u -r1.40 -r1.41
--- macros/PGbasicmacros.pl
+++ macros/PGbasicmacros.pl
@@ -1623,8 +1623,6 @@
"($problemValue $points) "
) if ($problemValue ne "");
}
- $out .= '<BLOCKQUOTE>
- <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR=#AAAAAA><TR><TD><TABLE BORDER=1 CELLSPACING=1 CELLPADDING=15 BGCOLOR=#E8E8E8><TR><TD>';
$out;
}
|