16a17,19 > > VERSION 3.1.2 2007-02-20 > Fixes for .co.uk 214c217,221 < fputs($sc,"$domain.$ext\n"); --- > if($ext == "co.uk") > fputs($sc,"$domain.$ext\r\n"); > else > fputs($sc,"$domain.$ext\n"); > 256c263,267 < fputs($sc,"$domain.$ext\n"); --- > if($ext == "co.uk") > fputs($sc,"$domain.$ext\r\n"); > else > fputs($sc,"$domain.$ext\n"); >