We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8b628 commit 85d51edCopy full SHA for 85d51ed
lib/whois_server.rb
@@ -76,8 +76,8 @@ def domain_valid_format?(domain_name)
76
end
77
78
def policy_error_msg
79
- "\nPolicy error: please study \"Requirements for the registration of a Domain Name\" of .ee domain regulations. \
80
-https://www.internet.ee/domains/ee-domain-regulation#registration-of-domain-names" + footer_msg
+ "\nPolicy error: please study \"Requirements for the registration of a Domain Name\" of .ee domain regulations. " \
+ "https://www.internet.ee/domains/ee-domain-regulation#registration-of-domain-names" + footer_msg
81
82
83
def no_entries_msg
0 commit comments