Holger Knublauch

Improved DDR table header layout

This diff could not be displayed because it is too large.
......@@ -13,7 +13,7 @@
?list <http://jena.hpl.hp.com/ARQ/list#member> ?header .
}
}">
<th class="ddrTH">{= ?header }</th>
<th class="ddrTH"><ui:parse ui:str="{= html:encodeBRs(spif:replaceAll(?header, ' ', '&nbsp;')) }" /></th>
</ui:forEach>
</tr>
</ui:setContext>
......