| Index: pages/filters/popup.tmpl | 
| diff --git a/pages/filters/popup.tmpl b/pages/filters/popup.tmpl | 
| index b613ecece8c118b27301bcf506423f6e484f0886..40ec8ed933059b38a0cb497956d5ceb8901edc3c 100644 | 
| --- a/pages/filters/popup.tmpl | 
| +++ b/pages/filters/popup.tmpl | 
| @@ -25,7 +25,7 @@ function do_popup() | 
| <a href="/en/popuptarget" target="_blank">Link popup</a><br><br> | 
| </div> | 
| <h3>Filters</h3> | 
| -  <pre>||testpages.adblockplus.org/en/popuptarget^$popup</pre> | 
| +  <pre>||{{ site_url|strip_proto }}/en/popuptarget^$popup</pre> | 
| </section> | 
|  | 
| <section class="site-panel"> | 
| @@ -34,5 +34,5 @@ function do_popup() | 
| <button onclick="do_popup();">window.open() popup</button> | 
| </div> | 
| <h3>Filters</h3> | 
| -  <pre>||testpages.adblockplus.org/en/popuptarget^$popup</pre> | 
| -</section> | 
| +  <pre>||{{ site_url|strip_proto }}/en/popuptarget^$popup</pre> | 
| +</section> | 
|  |