Aleksander Machniak
2012-08-27 8eefbb2158c43b51a8c33e6c480cbe61539b9535
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);
         }