Match closing tag to opening button tag (#6587)

Signed-off-by: Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>
This commit is contained in:
Daniel Swarbrick 2020-01-09 11:58:27 +01:00 committed by Brian Brazil
parent 4aef43a9f5
commit 097fda1440

View File

@ -29,7 +29,7 @@
<i class="glyphicon glyphicon-unchecked"></i>
<button type="button" class="search-history" title="search previous queries">Enable query history</button>
</div>
<button type="button" class="btn btn-link btn-sm new_ui_button" onclick="window.location.pathname='{{ pathPrefix }}/new'">Try experimental React UI</a>
<button type="button" class="btn btn-link btn-sm new_ui_button" onclick="window.location.pathname='{{ pathPrefix }}/new'">Try experimental React UI</button>
</div>
</div>