浏览代码

Fix URL encoding of piwik link.

master
Chris Smith 6 年前
父节点
当前提交
fdf9e13f0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      site/layouts/partials/foot.html

+ 1
- 1
site/layouts/partials/foot.html 查看文件

@@ -1,5 +1,5 @@
1 1
    </div>
2 2
    <script src="/res/script/piwik.js" integrity="sha384-RoQ8Cpwu4POd8t5XVSF1Jl7os8OsXawRKUJARJTlv47YhgBoWqB00TbWf0Z8FUXP"></script>
3
-   <noscript><p><img src="//a.c5h.io/piwik.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>
3
+   <noscript><p><img src="//a.c5h.io/piwik.php?idsite=1&amp;rec=1" style="border:0;" alt="" /></p></noscript>
4 4
   </body>
5 5
 </html>

正在加载...
取消
保存