| author | Aryeh Gregor <AryehGregor+gitcommit@gmail.com> |
| Mon, 21 Mar 2011 11:12:28 -0600 | |
| changeset 18 | 676aa904bd45 |
| parent 17 | 7d1fa07e4e60 |
| child 19 | 281b2ec74d47 |
| autoimplementation.html |
--- a/autoimplementation.html Fri Mar 18 16:14:18 2011 -0600 +++ b/autoimplementation.html Mon Mar 21 11:12:28 2011 -0600 @@ -323,7 +323,7 @@ // IE, we don't care } document.execCommand(command, false, value); - browserCell.lastChild.textContent = browserCell.innerHTML; + browserCell.lastChild.textContent = browserCell.firstChild.innerHTML; } catch (e) { browserCell.textContent = "Exception: " + e; }