PhilW
2013-11-23 6e5bf9e3e68b99dc89b83b30174c114641696f6d
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