program/js/tiny_mce/plugins/autolink/editor_plugin_src.js
@@ -107,8 +107,8 @@ do { // Move the selection one character backwards. r.setStart(endContainer, end - 2); r.setEnd(endContainer, end - 1); r.setStart(endContainer, end >= 2 ? end - 2 : 0); r.setEnd(endContainer, end >= 1 ? end - 1 : 0); end -= 1; // Loop until one of the following is found: a blank space, , delimeter, (end-2) >= 0