Holger Knublauch

Improved DDR table header layout

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