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
commitfeaa7c6e5d29b1877883f4f35d5fb129a92804a5 (patch)
tree1b4f6ca15a562aba68e9e0a0685674075db6fd16 /lib/custodian/alerter.rb
parenta31ab93a019f6c696c262d7cb53d867ec7ae2594 (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