Show
Ignore:
Timestamp:
06/06/06 19:50:11 (6 years ago)
Author:
dom
Message:

Fix bug with badly-named internal links (fixes #3)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-formatter-usemod/trunk/lib/Wiki/Toolkit/Formatter/UseMod.pm

    r241 r325  
    44 
    55use vars qw( $VERSION @_links_found ); 
    6 $VERSION = '0.19'; 
     6$VERSION = '0.20'; 
    77 
    88use URI::Escape; 
     
    395395        if $self->{_munge_node_name}; 
    396396 
     397    if (!$link) { 
     398        return "[Undefined link '$title']"; 
     399    } 
     400 
    397401    my $editlink_not_link = 0; 
    398402    # See whether the linked-to node exists, if we can.