Lasciamo i due punti neri.
Leonardo [2010-05-24 16:29]
Lasciamo i due punti neri.
diff --git a/pywhois.py b/pywhois.py
index 9e046c0..ba08465 100644
--- a/pywhois.py
+++ b/pywhois.py
@@ -315,7 +315,7 @@ class WhoisHTTPRequestHandler(BaseHTTPRequestHandler):
"""
# Sostituiamo le cose con i tag relativi
- for match in re.findall(r"(::.*)\n", string):
+ for match in re.findall(r"::(.*)\n", string):
string = string.replace(match, "<span class=\"comment\">%s</span>" % match)
string = re.sub(r"\n", "<br />\n", string)