Holger Knublauch

Added * option to table headers

......@@ -15,7 +15,8 @@
?list <http://jena.hpl.hp.com/ARQ/list#member> ?header .
}
}">
<th class="ddrTH"><ui:parse ui:str="{= html:encodeBRs(spif:replaceAll(?header, ' ', '&nbsp;')) }" /></th>
<th class="ddrTH" style="{= IF(fn:starts-with(?header, '*'), 'text-align: left', ?none) }"
let:h="{= IF(fn:starts-with(?header, '*'), fn:substring(?header, 2), ?header) }"><ui:parse ui:str="{= html:encodeBRs(spif:replaceAll(?h, ' ', '&nbsp;')) }" /></th>
</ui:forEach>
</tr>
</ui:setContext>
......