Skip to content

Commit

Permalink
[FIX] bug in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neighman committed Sep 7, 2010
1 parent 8eb1cc5 commit cfb1019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/stethoscope/template.erb
Expand Up @@ -12,7 +12,7 @@
<ul class='checks'>
<% checks.each do |name, hash| %>
<li>
<strong><%= name %>:<strong>
<strong><%= name %>:</strong>
<ul>
<% hash.each do |item, value| %>
<li>
Expand Down
2 changes: 1 addition & 1 deletion lib/stethoscope/version.rb
@@ -1,3 +1,3 @@
class Stethoscope
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit cfb1019

Please sign in to comment.