Aleksander Machniak
2014-02-14 022f510365c2656737842c92b77c496e7d2f1044
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