templates/default/docstring/text/note.erb in yard-0.9.18 vs templates/default/docstring/text/note.erb in yard-0.9.19
- old
+ new
@@ -1,4 +1,4 @@
-<% object.tags(:note).each do |tag| %>
-<%= indent(wrap("Note: #{tag.text}")) %>
-
+<% object.tags(:note).each do |tag| %>
+<%= indent(wrap("Note: #{tag.text}")) %>
+
<% end %>
\ No newline at end of file