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

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

Location:
wiki-toolkit-formatter-usemod/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-formatter-usemod/trunk/Changes

    r241 r325  
    1 0.20 
     10.20    6 June 2006 
    22        Update copyright notice. 
     3        Fix bug with badly-formed internal links. 
    34 
    450.19    27 April 2006 
  • 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.