changeset 843:c00b8e968869

Can't involve Trac `htdocs_location` when defining our own chrome paths. It breaks if they are split (like on Edgewall servers).
author osimons
date Mon, 11 Oct 2010 22:10:58 +0000
parents 2ea7bb126a96
children a14913740f53
files bitten/templates/bitten_config.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/templates/bitten_config.html
+++ b/bitten/templates/bitten_config.html
@@ -8,7 +8,7 @@
   <xi:include href="macros.html" />
   <head>
     <title>$title</title>
-    <script type="text/javascript" src="${chrome.htdocs_location}../bitten/jquery.flot.js"></script>
+    <script type="text/javascript" src="${req.href.chrome('bitten', 'jquery.flot.js')}"></script>
   </head>
   <body>
     <strong py:def="build_status(status)" class="status">
Copyright (C) 2012-2017 Edgewall Software