Skip to content

Commit e8e0e9b

Browse files
authored
Merge pull request #1 from binhly/binhly-close-div
Correctly close the div tag
2 parents a83bff4 + 3f1010e commit e8e0e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div>
22
<h1 class="text-lg font-bold text-4xl"><%= class_name %>#<%= @action %></h1>
33
<p>Find me in <%= @path %></p>
4-
<div>
4+
</div>

0 commit comments

Comments
 (0)