Skip to content

Commit

Permalink
added missing / to </form> (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniWeyn authored Mar 21, 2021
1 parent 6bb95c1 commit 35c9836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/_colon_autofill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2 id="Examples">Examples</h2>

<pre class="brush: html">&lt;form method="post" action=""&gt;
&lt;label for="email"&gt;Email&lt;/label&gt; &lt;input type="email" name="email" id="email" autocomplete="email"&gt;
&lt;form&gt;
&lt;/form&gt;
</pre>

<p>{{EmbedLiveSample('Examples')}}</p>
Expand Down

0 comments on commit 35c9836

Please sign in to comment.