You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/11/20 12:56:35 UTC

svn commit: r1411630 - /incubator/bloodhound/trunk/trac/trac/templates/layout.html

Author: gjm
Date: Tue Nov 20 11:56:34 2012
New Revision: 1411630

URL: http://svn.apache.org/viewvc?rev=1411630&view=rev
Log:
applying the accepted patch from #trac10892 to allow the removal of the timeline stylesheet - towards #226

Modified:
    incubator/bloodhound/trunk/trac/trac/templates/layout.html

Modified: incubator/bloodhound/trunk/trac/trac/templates/layout.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/trac/trac/templates/layout.html?rev=1411630&r1=1411629&r2=1411630&view=diff
==============================================================================
--- incubator/bloodhound/trunk/trac/trac/templates/layout.html (original)
+++ incubator/bloodhound/trunk/trac/trac/templates/layout.html Tue Nov 20 11:56:34 2012
@@ -52,7 +52,7 @@
     ${select('*|text()|comment()')}
 
     <script type="text/javascript" py:if="chrome.late_links">
-      <py:for each="link in chrome.late_links.get('stylesheet')">
+      <py:for each="link in chrome.late_links.get('stylesheet', [])">
         jQuery.loadStyleSheet("${link.href}", "${link.type}");
       </py:for>
     </script>