Fix malformed HTML in gr-change-table-editor
Change-Id: If1f03ed14fbf267f1c3bf6f6c63735eb9ca69710
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user