David Price

Merge branch 'master' into ddr-colalign

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