Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -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, ' ', ' ')) }" /></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, ' ', ' ')) }" /></th> | ||
19 | </ui:forEach> | 20 | </ui:forEach> |
20 | </tr> | 21 | </tr> |
21 | </ui:setContext> | 22 | </ui:setContext> | ... | ... |
-
Please register or login to post a comment