Skip to content

Commit

Permalink
removed '#' scheme support for same-page anchor references, also adde…
Browse files Browse the repository at this point in the history
…d a ':' to the mailto scheme

git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@162273 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Paul M Jones committed Jun 28, 2004
1 parent a4cbe54 commit 8794915
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Text/Wiki/Parse/Url.php
Expand Up @@ -66,8 +66,7 @@ class Text_Wiki_Parse_Url extends Text_Wiki_Parse {
'ftp://',
'gopher://',
'news://',
'mailto',
'#'
'mailto:'
)
);

Expand Down

0 comments on commit 8794915

Please sign in to comment.