Skip to content

Commit 2b1f5c9

Browse files
authored
Merge pull request #1 from cxzlw/main
fix: syntax error in html
2 parents 8c1b24e + 1a54959 commit 2b1f5c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Views/Home/About.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
<p class="p-4 bg-gray-100 rounded-lg shadow-xl">Hello World @(i*10)</p>
1515
}
16-
</div
16+
</div>
1717

1818
<div class="mt-4">
1919
<a class="btn btn-sm md:btn-md xl:btn-lg btn-neutral btn-outline">Privacy</a>

0 commit comments

Comments
 (0)