Skip to content

Commit

Permalink
Update index.html for a problematic HTML markup (#1083)
Browse files Browse the repository at this point in the history
Co-authored-by: Yair Even Or <vsync.design@gmail.com>
  • Loading branch information
simkimsia and yairEO committed Jul 27, 2022
1 parent 4205bad commit 2246bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h3>Same using custom suggestions:</h3>
<details>
<summary></summary>
<h3>HTML</h3>
<pre class="language-markup"><code><&#8203;input name='input-custom-dropdown' class='some_class_name' placeholder='write some tags' value='css, html, javascript'>
<pre class="language-markup"><code>&lt;input name='input-custom-dropdown' class='some_class_name' placeholder='write some tags' value='css, html, javascript'>
</code></pre>
<h3>JAVASCRIPT</h3>
<script>renderPRE(document.currentScript, "dropdown-tags")</script>
Expand Down

0 comments on commit 2246bc4

Please sign in to comment.