Skip to content

Commit

Permalink
fixing code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt committed Sep 23, 2020
1 parent 5b432ce commit 6224610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion barcoder/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
<div class="row mt-5 mb-5">
<div class="col text-center">
<img id="barcodeImg" src="#" style="display: none;" />
<img id="barcodeImg" src="#" style="display: none;" alt="This is the generated barcode" />
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion barcoder/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down

0 comments on commit 6224610

Please sign in to comment.