--- loncom/homework/lonhomework.pm 2003/12/22 22:15:27 1.159 +++ loncom/homework/lonhomework.pm 2004/01/15 03:44:01 1.160 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.159 2003/12/22 22:15:27 www Exp $ +# $Id: lonhomework.pm,v 1.160 2004/01/15 03:44:01 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -524,8 +524,12 @@ sub editxmlmode { &renderpage($request,$file); } else { my ($rows,$cols) = &Apache::edit::textarea_sizes(\$problem); - my $xml_help = Apache::loncommon::helpLatexCheatsheet("Problem_Editor_XML_Index", - "Problem Editing Help"); + my $xml_help = '
'. + &Apache::loncommon::helpLatexCheatsheet("Problem_Editor_XML_Index", + "Problem Editing Help"). + ''. + &Apache::loncommon::help_open_faq(5). + &Apache::loncommon::help_open_bug('Authoring').'
'; if ($cols > 80) { $cols = 80; } if ($cols < 70) { $cols = 70; } if ($rows < 20) { $rows = 20; }