Skip to content

Commit

Permalink
added feature 2971 (allow dot in interwiki rule) patch from Lukas Smith
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@175505 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Paul M Jones committed Dec 23, 2004
1 parent d57e44b commit c6f5414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Wiki/Parse/Interwiki.php
Expand Up @@ -17,7 +17,7 @@
class Text_Wiki_Parse_Interwiki extends Text_Wiki_Parse {


var $regex = '([A-Za-z0-9_]+):([\/=&~#A-Za-z0-9_]+)';
var $regex = '([A-Za-z0-9_]+):([\/=&~#A-Za-z0-9_\.]+)';


/**
Expand Down

0 comments on commit c6f5414

Please sign in to comment.