Tags:
create new tag
, view all tags
InterwikiPlugin doesn't create link if there is no space between | and the link text. This is not very intuitive, because

Link without leading space ISBN:123456
Link with leading space ISBN:123456

-- HarriVartiainen - 20 Aug 2003

Fix

Change line 56 from InterwikiPlugin.pm from

$prefixPattern  = '(^|[\s\-\*\(])';

to

$prefixPattern  = '(^|[\s\-\*\(\|])';

Simple as that..

-- HarriVartiainen - 20 Aug 2003

Topic revision: r1 - 2003-08-20 - HarriVartiainen
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.