templates/default/docstring/html/todo.erb in yard-0.5.4 vs templates/default/docstring/html/todo.erb in yard-0.5.5

- old
+ new

@@ -1,6 +1,6 @@ <% object.tags(:todo).each do |tag| %> - <p class="note todo"> + <div class="note todo"> <strong>TODO:</strong> <%= htmlify_line tag.text %> - </p> + </div> <% end %>