Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Try initiating standards mode in the iframe. Experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 7, 2009
1 parent c7edd76 commit 6f1ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooEditable/MooEditable.js
Expand Up @@ -39,7 +39,7 @@ var MooEditable = new Class({
baseCSS: 'html{ height: 100%; cursor: text } body{ font-family: sans-serif; border: 0; }',
extraCSS: '',
externalCSS: '',
html: '<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style>{BASECSS} {EXTRACSS}</style>{EXTERNALCSS}</head><body>{CONTENT}</body></html>'
html: '<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style>{BASECSS} {EXTRACSS}</style>{EXTERNALCSS}</head><body>{CONTENT}</body></html>'
},

initialize: function(el, options){
Expand Down

0 comments on commit 6f1ff48

Please sign in to comment.