Skip to content

Commit

Permalink
Update index.html (Azure-Samples#42)
Browse files Browse the repository at this point in the history
Removed stray quotes in the action attribute of the form element.
  • Loading branch information
agmt5989 authored Jul 21, 2023
1 parent f5a5b5f commit 1705b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-vote/azure-vote/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</head>
<body>
<div id="container">
<form id="form" name="form" action="/"" method="post"><center>
<form id="form" name="form" action="/" method="post"><center>
<div id="logo">{{title}}</div>
<div id="space"></div>
<div id="form">
Expand All @@ -26,4 +26,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit 1705b17

Please sign in to comment.