diff options
Diffstat (limited to 'html/elispmarkup.php3')
| -rw-r--r-- | html/elispmarkup.php3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/elispmarkup.php3 b/html/elispmarkup.php3 index f8602af1..e2b47367 100644 --- a/html/elispmarkup.php3 +++ b/html/elispmarkup.php3 @@ -55,7 +55,7 @@ function outline_markup($filename,$thispage,$expanded) { // HTML escapes $line = htmlentities($line); // Anchors for URLs - $line = ereg_replace("((http://|mailto:)[-a-zA-Z0-9\.~/_@]+)","<a href=\"\\1\">\\1</a>",$line); + $line = ereg_replace("((http://|mailto:)[^ \n\t]+)","<a href=\"\\1\">\\1</a>",$line); // Assume a heading $multipar=false; if (ereg("-\*- (mode:)?outline -\*-",$line)) { |
