Skip to content

Commit 5ef8a61

Browse files
authored
Merge pull request #4387 from plotly/ie-devtools-fix
test_dashboard fix for ie11
2 parents 1b54804 + 64f5413 commit 5ef8a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/test_dashboard/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</head>
88
<body>
99
<header>
10-
<img src="http://images.plot.ly/logo/[email protected]" onClick="Tabs.reload();">
10+
<img src="http://images.plot.ly/logo/[email protected]" onClick="Tabs.reload();" />
1111
<span id="reload-time"></span>
1212

13-
<input id="mocks-search" type="text" placeholder="mocks search"></input>
13+
<input id="mocks-search" type="text" placeholder="mocks search" />
1414
</header>
1515

1616
<section id="mocks-list"></section>

0 commit comments

Comments
 (0)