summaryrefslogtreecommitdiff
path: root/lib/custodian/alerter.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-15 11:32:13 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-15 11:32:13 +0000
commit660548b784e264374e8c587c24d6eaba0ca16f7d (patch)
tree1b4f6ca15a562aba68e9e0a0685674075db6fd16 /lib/custodian/alerter.rb
parent8ea13fef151d9bcd3f56a3320cd19fb0a838648d (diff)
Remove the <tt>
Diffstat (limited to 'lib/custodian/alerter.rb')
-rw-r--r--lib/custodian/alerter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/custodian/alerter.rb b/lib/custodian/alerter.rb
index 8bbd47e..e7befaf 100644
--- a/lib/custodian/alerter.rb
+++ b/lib/custodian/alerter.rb
@@ -77,9 +77,9 @@ class Alerter
# Test trange, and format the appropriate message.
#
if ( BYTEMARK_RANGES.any?{|range| range.include?(IPAddr.new(resolved.to_s))} )
- return "<p>#{host} resolves to <tt>#{resolved}</tt> which is inside the Bytemark network.</p>"
+ return "<p>#{host} resolves to #{resolved} which is inside the Bytemark network.</p>"
else
- return "<p>#{host} resolves to <tt>#{resolved}</tt> which is not inside the Bytemark network.</p>"
+ return "<p>#{host} resolves to #{resolved} which is not inside the Bytemark network.</p>"
end
end