--- loncom/xml/lonxml.pm 2001/05/04 17:33:35 1.70 +++ loncom/xml/lonxml.pm 2001/05/04 19:18:43 1.71 @@ -16,6 +16,7 @@ use Safe; use Safe::Hole; use Opcode; use Apache::Constants qw(:common); +use Apache::lontexconvert; sub xmlbegin { @@ -49,6 +50,7 @@ sub fontsettings() { sub registerurl { return (< +// BEGIN LON-CAPA Internal function LONCAPAreg() { if (window.location.pathname!="/res/adm/pages/menu.html") { menu=window.open("","LONCAPAmenu"); @@ -63,6 +65,7 @@ sub registerurl { menu.currentStale=1; } } +// END LON-CAPA Internal ENDSCRIPT }