Aleksander Machniak
2014-05-25 ccf5a4f18de31c2839959f7f0b079e5b029ef307
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