query table display
I have the following query in 2.4.1 release
${query[[
from index.tag "page"
where favourite == 'Y'
select {
ref = _.ref,
area = _.ref.split("/")[1],
}
order by _.ref.split('/')[1], ref
]]}
which results in the following table display

I upgraded to the latest build 2.9 as below
![]()
same query produces the following table display

The headings no longer align correctly and the ref value does not appear as a link
should I update github issue?
Thanks