[Rt-commit] rt branch, 4.0/mobile-bookmark, updated. rt-4.0.7-61-g2e45c2e

Thomas Sibley trs at bestpractical.com
Wed Dec 19 18:47:32 EST 2012


The branch, 4.0/mobile-bookmark has been updated
       via  2e45c2e9e4c6458aae3484da2e6bd2feaef77d23 (commit)
      from  9bcbd7c01a568373d63f6e140ef53703546d0e43 (commit)

Summary of changes:
 share/html/m/_elements/header | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 2e45c2e9e4c6458aae3484da2e6bd2feaef77d23
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Dec 19 15:47:18 2012 -0800

    No need to avoid escaping WebPath

diff --git a/share/html/m/_elements/header b/share/html/m/_elements/header
index 2958c47..42b3776 100644
--- a/share/html/m/_elements/header
+++ b/share/html/m/_elements/header
@@ -59,7 +59,7 @@ $r->headers_out->{'Cache-control'} = 'no-cache';
 <link rel="stylesheet" type="text/css" href="<%RT->Config->Get('WebPath')|n%>/m/style.css"/>
 <title><%$title%></title>
 % my ($jquery) = grep { /^jquery-\d+\./ } RT->Config->Get('JSFiles');
-<script src="<% RT->Config->Get('WebPath') |n%>/NoAuth/js/<% $jquery %>"></script>
+<script src="<% RT->Config->Get('WebPath') %>/NoAuth/js/<% $jquery %>"></script>
 <meta name="viewport" content="width=device-width height=device-height user-scalable=yes"/>
 </head>
 <body>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list