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

Unified Diff: templates/minimal.tmpl

Issue 29346672: Issue 3141 - Add missing favicon and title to acceptableads.org (Closed)
Patch Set: Fixed favicon size Created June 21, 2016, 6:43 p.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 | « static/favicon.ico ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/minimal.tmpl
===================================================================
--- a/templates/minimal.tmpl
+++ b/templates/minimal.tmpl
@@ -13,15 +13,16 @@
#
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
#}
<!DOCTYPE html>
<html>
<head>
+ <title>{{title|translate("title")}}</title>
{{head|safe}}
</head>
<body>
{{body|safe}}
</body>
</html>
« no previous file with comments | « static/favicon.ico ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld