--- loncom/xml/londefdef.pm 2001/12/28 20:41:01 1.37 +++ loncom/xml/londefdef.pm 2002/01/06 02:19:25 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.37 2001/12/28 20:41:01 albertel Exp $ +# $Id: londefdef.pm,v 1.38 2002/01/06 02:19:25 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -45,7 +45,7 @@ package Apache::londefdef; use strict; use Apache::lonxml; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::londefdef',('m','html','head','map','select','option','input','textarea','form','meta','title','body','center','b','strong','table','dt','h1','h2','h3','h4','h5','h6','cite','i','address','dd','dl','dir','ol','ul','menu','dfn','kbd','tt','code','em','q','p','br','big','small','basefont','font','s','sub','strike','sup','hr','a','li','u','output','param','applet','img','embed','tr','td','allow','frameset'));