Ticket #3155: 3155.patch
File 3155.patch, 381 bytes (added by , 14 years ago) |
---|
-
_source/plugins/entities/plugin.js
87 87 regex.push( charAt ); 88 88 } 89 89 90 table.regex = regex.join( ' |' );90 table.regex = regex.join( '' ); 91 91 92 92 return table; 93 93 }