Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29324497: Issue 2928 - use apple-touch-icon (not: apple-touch-icon-precomposed) [adblockplus.org] (Closed)
Patch Set: Created Aug. 21, 2015, 9:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -26,7 +26,7 @@
<link rel="stylesheet" href="/css/main-mobile.css" media="(max-width: 1000px)">
<link rel="canonical" href="https://adblockplus.org/{{page}}">
- <link rel="apple-touch-icon-precomposed" href="/img/favicon-large.png" />
+ <link rel="apple-touch-icon" href="/img/favicon-large.png" />
{% block head %}
{{head|safe}}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld