Changeset 325 for wiki-toolkit-formatter-usemod
- Timestamp:
- 06/06/06 19:50:11 (6 years ago)
- Location:
- wiki-toolkit-formatter-usemod/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Wiki/Toolkit/Formatter/UseMod.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-formatter-usemod/trunk/Changes
r241 r325 1 0.20 1 0.20 6 June 2006 2 2 Update copyright notice. 3 Fix bug with badly-formed internal links. 3 4 4 5 0.19 27 April 2006 -
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.
