Skip to content

Commit 773c0f4

Browse files
committed
Use rdflib.js for querying results (WIP).
1 parent 55b6715 commit 773c0f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<div>Passed: <span class="test-passed"></span></div>
3838
<div>Failed: <span class="test-failed"></span></div>
3939
<div class='btn-group' id='earl'>
40-
<a class='btn btn-primary show' href='#'>EARL Report</a>
41-
<a class='btn btn-primary dropdown-toggle' data-toggle='dropdown' href='#'><span class="caret"></span></a>
40+
<a class='btn btn-primary btn-sm show' href='#'>EARL Report</a>
41+
<a class='btn btn-primary btn-sm dropdown-toggle' data-toggle='dropdown' href='#' aria-haspopup="true" aria-expanded="false"><span class="caret"></span></a>
4242
<ul class='dropdown-menu'>
4343
<li><a class='show' href='#'>Show</a></li>
4444
<li><a class='source' href='#'>Source</a></li>

0 commit comments

Comments
 (0)