/[gnump3d]/gnump3d/lib/gnump3d/tagcache.pm
ViewVC logotype

Diff of /gnump3d/lib/gnump3d/tagcache.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by skx, Fri Oct 31 17:16:37 2003 UTC revision 1.4 by skx, Sun Nov 2 19:15:07 2003 UTC
# Line 36  use strict; Line 36  use strict;
36  use gnump3d::ogginfo;  use gnump3d::ogginfo;
37  use gnump3d::mp3info;  use gnump3d::mp3info;
38  use gnump3d::oggtagreader;  use gnump3d::oggtagreader;
39    use gnump3d::url;
40    
41  # set the version for version checking  # set the version for version checking
42  my $VERSION = '$Revision$';  my $VERSION = '$Revision$';
# Line 401  sub _formatSingleFile ( ) Line 402  sub _formatSingleFile ( )
402          if (defined( $TAGS{$key} ) )          if (defined( $TAGS{$key} ) )
403          {          {
404              # Do the insertion.              # Do the insertion.
405              $format = $pre . $TAGS{$key} . $post;              $format = $pre . gnump3d::url::encodeEntities( $TAGS{$key} ) . $post;
406          }          }
407          else          else
408          {          {
# Line 442  sub _formatSingleFile ( ) Line 443  sub _formatSingleFile ( )
443    
444      return($format);      return($format);
445    
446    }  }
447    
448    
449  #  #

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26