Development

#1406: TextHelper.php.patch

You must first sign up to be able to contribute.

Ticket #1406: TextHelper.php.patch

File TextHelper.php.patch, 419 bytes (added by JanBlaha, 2 years ago)
  • TextHelper.php

    old new  
    166166      (?:www\.)             # www.* 
    167167    )  
    168168    ( 
    169       ([\w]+:?[=?&\/.-]?)*  # url segment 
     169      ([\w]+:?\/?[=?&\/.-]?)*  # url segment 
    170170      \w+[\/]?              # url tail 
    171171      (?:\#\w*)?            # trailing anchor 
    172172    )