From cc05d76c488575f70675c247076507eae276d41f Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Thu, 19 May 2011 14:38:19 +0000 Subject: [PATCH] Setup image_path variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This variable is referenced in scripts/sortable.js and required for making the tables sortable (it would previously throw a JS exception when trying to make tables in the ‘sortable’ class sortable). git-svn-id: http://svn.textmate.org/trunk/Support@12029 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- lib/tm/htmloutput.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tm/htmloutput.rb b/lib/tm/htmloutput.rb index fbaa3d7..da6fc4e 100644 --- a/lib/tm/htmloutput.rb +++ b/lib/tm/htmloutput.rb @@ -32,6 +32,7 @@ <%- end -%> + <%= html_head -%>