Skip to content

Commit

Permalink
fix: missing colosing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Carneiro committed Oct 25, 2024
1 parent 930d654 commit f6b1947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Areas/Admin/Views/Ingredient/Import.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="p-3 bg-light rounded-3">
<h3>Excel file</h3>
<p>This expects the Excel file to contain a header row with the column names.</p>
<p>Objects are read from the first worksheet. If the column names equal the property names (ignoring case) no other configuration is necessary.
<p>Objects are read from the first worksheet. If the column names equal the property names (ignoring case) no other configuration is necessary.</p>
<p>The format of the Excel file (xlsx or xls) is autodetected.</p>
</div>

Expand Down

0 comments on commit f6b1947

Please sign in to comment.