Show
Ignore:
Timestamp:
07/07/10 10:06:37 (19 months ago)
Author:
ort
Message:

fix text parser

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/lib/external/Jevix/jevix.class.php

    r866 r952  
    954954                                                } 
    955955                                                // HTTP в начале если нет 
    956                                                 if(!preg_match('/^(http|https|ftp):\/\//ui', $value) && !preg_match('/^(\/|\#)/ui', $value) ) $value = 'http://'.$value; 
     956                                                if(!preg_match('/^(http|https|ftp):\/\//ui', $value) && !preg_match('/^(\/|\#)/ui', $value) && !preg_match('/^(mailto):/ui', $value) ) $value = 'http://'.$value; 
    957957                                                break; 
    958958