TW uses object "console", which is undefined by default in IE9, unless 
developer window in open.

Try adding this:

<script type="text/javascript">

if(!window.console) {
        var console = {
            log : function(){},
            warn : function(){},
            error : function(){},
            time : function(){},
            timeEnd : function(){}
        }
    }

</scripts>

On Thursday, January 9, 2014 at 11:14:03 AM UTC-3, Jens Ulrik Jacobsen 
wrote:
>
> To be more precise it's IE9.0.8812.16421.
>
> When I mark all, copy and paste the "content" into a text editor, I end up 
> with 270 newline-characters.
>
> This happens at work and at home.
>
> No problems with Firefox.
>
> I'm almost certain, that TW 5.0.5-beta worked with IE9.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to