Return to functionplotresponse.pm CVS log | Up to [LON-CAPA] / loncom / homework |
version 1.66, 2011/10/14 00:40:24 | version 1.67, 2011/10/19 00:20:28 |
---|---|
Line 973 sub compare_rel { | Line 973 sub compare_rel { |
sub addlog { | sub addlog { |
my ($text)=@_; | my ($text)=@_; |
$text=~s/\'/\\\'/g; | |
$Apache::functionplotresponse::ruleslog.=$text.'<br />'; | $Apache::functionplotresponse::ruleslog.=$text.'<br />'; |
} | } |