Skip to content

Commit 2eca3b9

Browse files
committed
Land rapid7#9491, remove extra HTML from doc templates
2 parents d6e815e + 955bb5e commit 2eca3b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

data/markdown_doc/default_template.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## <%= items[:mod_name] %>
2-
<p>
32
<%= normalize_description(items[:mod_description]) %>
4-
</p>
53

64
## Module Name
75

data/markdown_doc/html_template.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
</div>
6666
<% end %>
6767
</body>
68-
</html>
68+
</html>

0 commit comments

Comments
 (0)