]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.js
Fix for internet explorer (but still works badly).
[helm.git] / matitaB / matita / matitaweb.js
index d4dbe63e80c6f07616177aa3e046c4969452fb29..8f77fe4f8d2eec714805d2afc63067b99a77c76e 100644 (file)
@@ -35,7 +35,8 @@ function initialize()
 
 function debug(txt)
 {
-        logarea.innerHTML = txt + "\n" + logarea.innerHTML;
+        // internet explorer (v.9) doesn't work with innerHTML
+        logarea.innerText = txt + "\n" + logarea.innerText;
 }
 
 function listhd(l)