summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiveFilters.org <fivefilters@fivefilters.org>2017-09-15 15:51:35 +0200
committerGitHub <noreply@github.com>2017-09-15 15:51:35 +0200
commit19587911dc16310faf17eabf4ea9db59b752c73d (patch)
treefb15c457a50c47595f3a68dc401ac27c0e9a5c93
parentaad93b73a7850f19f64b2f6fdee91396da5e5d05 (diff)
downloadftr-site-config-19587911dc16310faf17eabf4ea9db59b752c73d.tar.gz
ftr-site-config-19587911dc16310faf17eabf4ea9db59b752c73d.zip
Update global.txt
FTR currently ignores directives without a value. Will be fixed in next version. Until then replacing empty string with HTML comment should produce the same result.
-rw-r--r--global.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.txt b/global.txt
index 8a0cda1..c6998bd 100644
--- a/global.txt
+++ b/global.txt
@@ -21,4 +21,4 @@ strip_image_src: doubleclick.net
find_string: <amp-img
replace_string: <img
find_string: </amp-img>
-replace_string:
+replace_string: <!-- nothing -->