Remove list.dsbl.org

The dnsbl list at list.dsbl.org is defunct.
Also: a Ruby 1.9 compatiblity tweak for Maruku.
This commit is contained in:
Jacques Distler 2009-05-03 00:57:07 -05:00
parent f062dfe15a
commit e33ccad293
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ class CharSourceManual
def consume_whitespace
while c = cur_char
if (c == 32 || c == ?\t)
if (c == ?\s || c == ?\t)
# puts "ignoring #{c}"
ignore_char
else