Fixes vim mode line.
[platal.git] / templates / backtrace.tpl
index a476ef8..3446a6f 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -23,7 +23,7 @@
 <script type="text/javascript">
 {literal}
 // <![CDATA[
-$(document).ready(function() {
+$(function() {
   $(".backtrace").click(function() {
     $(this).children(".bt_details").toggle();
   });
@@ -96,4 +96,4 @@ $(document).ready(function() {
 </div>
 {/foreach}
 
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}