Fix malformed HTML in gr-change-table-editor

Change-Id: If1f03ed14fbf267f1c3bf6f6c63735eb9ca69710
This commit is contained in:
Andrew Bonventre
2016-12-20 21:49:07 -05:00
parent 3e77910e6e
commit 061eeaa681

View File

@@ -66,7 +66,7 @@ limitations under the License.
</table>
<template is="dom-if" if="[[changeTableNotDisplayed.length]]">
<table class=addOptions>
<table class="addOptions">
<thead>
<tr>
<th class="nameHeader">Hidden</th>
@@ -86,7 +86,7 @@ limitations under the License.
</td>
</tr>
</template>
<tbody>
</tbody>
</table>
</template>
</div>