Skip to content

Commit

Permalink
Merge pull request #289 from adamretter/hotfix/profiling-issues
Browse files Browse the repository at this point in the history
Correct the order of the column headings
  • Loading branch information
joewiz authored Feb 24, 2025
2 parents c2ed172 + 77e1727 commit 5c6d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xar-resources/profiling.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ <h1> Query Profiling <small>Collect XQuery Performance Statistics</small>
<table class="table table-striped">
<thead>
<tr>
<th>Source</th>
<th>Function</th>
<th>Source</th>
<th>Calls</th>
<th>Timing</th>
</tr>
Expand Down

0 comments on commit 5c6d436

Please sign in to comment.