From 281445658682f01d5725876a2052d686939aee8e Mon Sep 17 00:00:00 2001 From: Matthias Lisin Date: Sun, 4 Jan 2015 02:02:26 +0100 Subject: [PATCH] Commas are awesome Fixes #438 Fixes #439 --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index c7669f4ff..17d812dab 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -517,7 +517,7 @@ DATA = collections.OrderedDict([ 'http://winhelp2002.mvps.org/hosts.zip,' 'http://malwaredomains.lehigh.edu/files/justdomains.zip,' 'http://pgl.yoyo.org/adservers/serverlist.php?' - 'hostformat=hosts&mimetype=plaintext,'), + 'hostformat=hosts&mimetype=plaintext'), "List of URLs of lists which contain hosts to block.\n\n" "The file can be in one of the following formats:\n\n" "- An '/etc/hosts'-like file\n"