Changeset 263
- Timestamp:
- 07/17/05 01:10:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r261 r263 4179 4179 if(typeof this.config.stripSelfNamedAnchors != 'undefined' && this.config.stripSelfNamedAnchors) 4180 4180 { 4181 var stripRe = new RegExp(document.location.href.replace(HTMLArea.RE_Specials, '\\$1') + '(# .*)', 'g');4181 var stripRe = new RegExp(document.location.href.replace(HTMLArea.RE_Specials, '\\$1') + '(#[^\'" ]*)', 'g'); 4182 4182 html = html.replace(stripRe, '$1'); 4183 4183 }
Note: See TracChangeset
for help on using the changeset viewer.