Skip to content

Commit 2c074f9

Browse files
authored
Correctly close the div tag (#85)
The div tag was missing a /
1 parent 3a34b7c commit 2c074f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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)