--- loncom/interface/lonmeta.pm 2002/10/25 13:50:48 1.24 +++ loncom/interface/lonmeta.pm 2003/02/18 21:17:00 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.24 2002/10/25 13:50:48 www Exp $ +# $Id: lonmeta.pm,v 1.25 2003/02/18 21:17:00 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -98,6 +98,13 @@ sub dynamicmeta { return %returnhash; } +# ------------------------------------- Try to make an alt tag if there is none + +sub alttag { + my $src=shift; + return 'None'; +} + # -------------------------------------------------------------- Pretty display sub evalgraph {