diff --git a/cache.manifest b/cache.manifest index f565a3cd..d75f1bec 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -#Date Tue Sep 03 2013 23:00:17 +#Date Tue Sep 03 2013 23:04:10 CACHE: index.html diff --git a/res-min/main.js b/res-min/main.js index 44155088..01985512 100644 --- a/res-min/main.js +++ b/res-min/main.js @@ -4548,7 +4548,7 @@ define("config", function() {}), define("settings", [ "underscore", "config" ], }); else try { r.appendChild(s); } catch (l) { - r.appendChild(document.createTextNode(s.textContent)); + r.appendChild(document.createTextNode(s.innerText)); } i.shift(); } diff --git a/res/extensions/partialRendering.js b/res/extensions/partialRendering.js index 9220c052..7baf560c 100644 --- a/res/extensions/partialRendering.js +++ b/res/extensions/partialRendering.js @@ -143,7 +143,7 @@ define([ } catch(e) { // IE fails with text nodes - sectionElt.appendChild(document.createTextNode(elt.textContent)); + sectionElt.appendChild(document.createTextNode(elt.innerText)); } } markdownEltList.shift();