summaryrefslogtreecommitdiff
path: root/extra/hefur/Replace-by-amp-in-stat.html.patch
blob: a11406a2f59c373e343d1c5813be9e9f3d381d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 6986df22d293b7a149f51d4d8ba4a995645a4560 Mon Sep 17 00:00:00 2001
From: Alexandre Bique <bique.alexandre@gmail.com>
Date: Sun, 4 Nov 2012 14:08:47 +0100
Subject: [PATCH 03/12] Replace & by &amp; in stat.html.
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 www/tpl/stat.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/tpl/stat.html b/www/tpl/stat.html
index 3234679..1e3b148 100644
--- a/www/tpl/stat.html
+++ b/www/tpl/stat.html
@@ -21,7 +21,7 @@
     {{*torrents}}
     <tr>
       <td>
-        <a href="magnet:?xt=urn:btih:{{info_sha1|b16}}&dn={{name|u}}&tr={{tracker_udp|u}}&tr={{tracker_http|u}}"
+        <a href="magnet:?xt=urn:btih:{{info_sha1|b16}}&amp;dn={{name|u}}&amp;tr={{tracker_udp|u}}&amp;tr={{tracker_http|u}}"
            title="Magnet link">
           <img src="/img/magnet-icon.gif"/>
         </a>
-- 
1.8.0.1