Thomas B.
2013-10-07 a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a
program/js/tiny_mce/plugins/table/js/cell.js
@@ -137,7 +137,7 @@
         do {
            if (cell == tdElm)
               break;
            col += cell.getAttribute("colspan");
            col += cell.getAttribute("colspan")?cell.getAttribute("colspan"):1;
         } while ((cell = nextCell(cell)) != null);
         for (var i=0; i<rows.length; i++) {
@@ -152,7 +152,7 @@
                  cell = updateCell(cell, true);
                  break;
               }
               curr += cell.getAttribute("colspan");
               curr += cell.getAttribute("colspan")?cell.getAttribute("colspan"):1;
            } while ((cell = nextCell(cell)) != null);
         }