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

Unified Diff: templates/simple.tmpl

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Removed extra whitespace Created July 29, 2016, 10:52 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 | « templates/default.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/simple.tmpl
===================================================================
--- a/templates/simple.tmpl
+++ b/templates/simple.tmpl
@@ -26,13 +26,13 @@
<body>
<header>
<img id="logo" src="/img/adblockplus_100.png" alt="{{"Adblock Plus logo"|translate("abp-logo", "Alternative text for Adblock Plus logo image")}}" />
<h1>{{title|translate("title")}}</h1>
</header>
<div id="content">
{{body|safe}}
</div>
- <footer>
+ <footer id="footer-main">
{{"impressum"|linkify}}{{"Legal notice"|translate("legal-notice", "Legal notice in the footer")}}</a>
</footer>
</body>
</html>
« no previous file with comments | « templates/default.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld