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

Unified Diff: options.html

Issue 11094018: Use i18n.js from adblockplus to restrict HTML tag usage (Closed)
Patch Set: Created July 16, 2013, 9:28 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
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -229,7 +229,7 @@
</div>
<div id="tab-userfilters">
- <p class="i18n_filter_must_follow_syntax">"http://adblockplus.org/en/filters"</p>
+ <p id="filter-must-follow-syntax" class="i18n_filter_must_follow_syntax"></p>
<form id="customFilterForm" action="#">
<table>
@@ -281,7 +281,7 @@
</div>
</p>
- <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=10"</p>
+ <p id="found-a-bug" class="i18n_found_a_bug"></p>
</div>
</div>

Powered by Google App Engine
This is Rietveld