Changeset 209

Show
Ignore:
Timestamp:
2007-03-14 14:20:21 (22 months ago)
Author:
fredck
Message:

Fixed an invalid regex in the link dialog.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_link/fck_link.js

    r206 r209  
    6060oRegex.UrlOnChangeProtocol = /^(http|https|ftp|news):\/\/(?=.)/gi ; 
    6161 
    62 oRegex.UrlOnChangeTestOther = /^((javascript:)|[#/\.])/gi ; 
     62oRegex.UrlOnChangeTestOther = /^((javascript:)|[#\/\.])/gi ; 
    6363 
    6464oRegex.ReserveTarget = /^_(blank|self|top|parent)$/i ;