Skip to content

Commit 3848d30

Browse files
author
Orta
authored
Merge pull request microsoft#32 from simon04/fix-html
Fix invalid HTML of index.html
2 parents 8eaa3a5 + 1910c3b commit 3848d30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
</head>
2020
<body>
2121
<h1><span class="typescript"><span class="bold">Type</span>Search</span></h1>
22-
<div style="{ width: 36em; }">
23-
<input id="demo" class="typeahead" placeholder="Search for Types Packages" value="" style={ width: 100% } />
24-
<div id="output" />
22+
<div style="width: 36em">
23+
<input id="demo" class="typeahead" placeholder="Search for Types Packages" value="" style="width: 100%" />
24+
<div id="output"></div>
2525
</div>
2626

2727
<div class="footer">Powered by <a href="https://github.com/DefinitelyTyped/DefinitelyTyped">DefinitelyTyped</a> and <a href="https://github.com/Microsoft/types-publisher">types-publisher</a></div>

0 commit comments

Comments
 (0)