[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm

sakharuk lon-capa-cvs@mail.lon-capa.org
Tue, 26 Feb 2002 22:20:43 -0000


sakharuk		Tue Feb 26 17:20:43 2002 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  removed comments to be in agreement with 1.43
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.44 loncom/xml/londefdef.pm:1.45
--- loncom/xml/londefdef.pm:1.44	Tue Feb 26 16:44:45 2002
+++ loncom/xml/londefdef.pm	Tue Feb 26 17:20:43 2002
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.44 2002/02/26 21:44:45 sakharuk Exp $
+# $Id: londefdef.pm,v 1.45 2002/02/26 22:20:43 sakharuk Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -1337,14 +1337,6 @@
 	    if ($target eq 'web') {
               $currentstring = $token->[4];     
 	    } elsif ($target eq 'tex') {
-#<<<<<<< londefdef.pm
-#                my $durty = $token->[2]->{'src'};
-#                $durty =~ s!(^.*)/(.*)$!$1/!;
-#                my $durtytwo = $2;
-#		$currentstring = '\graphicspath{{/home/httpd/html'.$durty.'}}\fbox{\includegraphics{'.$durtytwo.'}}';
-#	    }
-#	   return $currentstring;
-#=======
 	      my $src = &Apache::lonxml::get_param('src',$parstack,$safeeval);
 	      my $file;
 	      my $path;
@@ -1371,7 +1363,6 @@
 	      }
 	    }
 	    return $currentstring;
-#>>>>>>> 1.43
 	}
         sub end_img {
 	    my ($target,$token) = @_;
@@ -1412,8 +1403,7 @@
 
 #-- <embed> tag
 
-sub start_embed {
-    
+sub start_embed {    
     my ($target,$token) = @_;
     $Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]=
 	$token->[2]->{'src'};