- Timestamp:
- 06/06/06 19:50:11 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-formatter-usemod/trunk/lib/Wiki/Toolkit/Formatter/UseMod.pm
r241 r325 4 4 5 5 use vars qw( $VERSION @_links_found ); 6 $VERSION = '0. 19';6 $VERSION = '0.20'; 7 7 8 8 use URI::Escape; … … 395 395 if $self->{_munge_node_name}; 396 396 397 if (!$link) { 398 return "[Undefined link '$title']"; 399 } 400 397 401 my $editlink_not_link = 0; 398 402 # See whether the linked-to node exists, if we can.
