Turns out that we had one </div> to many in the trailing.html, but IE still vomits...
authorthe_mgt <themgt@ueberserver.de>
Thu, 19 May 2011 22:31:08 +0000 (00:31 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:49:18 +0000 (20:49 +0000)
I think I will have to tone down PIE.htc useage in message.css.

webcit/static/t/trailing.html

index c4eb91f1d8a6763cdb448e3f556c675e2a8a5415..198dfb3bb131478aa20fadc1b9e748f01b6556e6 100644 (file)
@@ -1,7 +1,7 @@
 <!-- start trailing.html -->
-</div> <!-- end of 'global' div -->
-<script type="text/javascript">
-<?TRAILING_JAVASCRIPT>
-</script>
-</body>
+               <noscript><div id="noscript_warning">
+                       <?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
+               </div></noscript>
+               <script type="text/javascript"><?TRAILING_JAVASCRIPT></script>
+       </body>
 </html>