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

Unified Diff: includes/footer.tmpl

Issue 29325987: Issue 616 - Add some tests for generic hide + block (Closed)
Patch Set: Adjust for new dimensions of test + fail images Created Sept. 11, 2015, 2:14 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 | « no previous file | includes/header.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/footer.tmpl
diff --git a/includes/footer.tmpl b/includes/footer.tmpl
index db1b024e775548d7121bd1b59c2320912434848d..5647c93089a9caf502b9a030bc3d1705682b32ef 100644
--- a/includes/footer.tmpl
+++ b/includes/footer.tmpl
@@ -1,10 +1,10 @@
<footer class="abp-container">
<h3>Useful links</h3>
<ul class="abp-linkset">
- <li><a href="https://adblockplus.org/">ABP Main Site</a></li>
- <li><a href="https://adblockplus.org/en/filters">ABP Filter Documentation</a></li>
- <li><a href="https://adblockplus.org/en/filter-cheatsheet">ABP Filter Cheatsheet</a></li>
- <li><a href="https://issues.adblockplus.org">ABP Issue Tracker</a></li>
+ <li><a href="https://adblockplus.org/" target="_top">ABP Main Site</a></li>
+ <li><a href="https://adblockplus.org/en/filters" target="_top">ABP Filter Documentation</a></li>
+ <li><a href="https://adblockplus.org/en/filter-cheatsheet" target="_top">ABP Filter Cheatsheet</a></li>
+ <li><a href="https://issues.adblockplus.org" target="_top">ABP Issue Tracker</a></li>
</ul>
<p class="abp-lastupdate">(Site last updated: 2015-08-01)</p>
-</footer>
+</footer>
« no previous file with comments | « no previous file | includes/header.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld