--- loncom/interface/loncommon.pm 2008/07/23 10:07:25 1.672 +++ loncom/interface/loncommon.pm 2008/08/04 22:08:19 1.673 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.672 2008/07/23 10:07:25 raeburn Exp $ +# $Id: loncommon.pm,v 1.673 2008/08/04 22:08:19 felicia Exp $ # # Copyright Michigan State University Board of Trustees # @@ -904,6 +904,9 @@ sub helpLatexCheatsheet { .''. &Apache::loncommon::help_open_topic("Other_Symbols",&mt('Other Symbols'), undef,undef,600) + .''. + &Apache::loncommon::help_open_topic("Authoring_Output_Tags",&mt('Output Tags'), + undef,undef,600) .''; }