diff --git a/doc/examples/originalComponents/types/rdfs:Resource/html.template b/doc/examples/originalComponents/types/rdfs:Resource/html.template index e46be7ff9b3a90dd4e8036dd7d02a21119189d35..99d73df607423935d49cac3d7b66d5a8145cc41c 100644 --- a/doc/examples/originalComponents/types/rdfs:Resource/html.template +++ b/doc/examples/originalComponents/types/rdfs:Resource/html.template @@ -89,9 +89,9 @@ {% for row in models.sp %} <tr> - <td style='background-color:#c9f9c9'><a href='{{row.s.value}}'>{{row.s.curie}}</a></td> + <td><a href='{{row.s.value}}'>{{row.s.curie}}</a></td> - <td style='background-color:#c9f9c9'><a rel='{{row.s.curie}}' href='{{row.p.value}}'>{{row.p.curie}}</a></td> + <td><a rel='{{row.s.curie}}' href='{{row.p.value}}'>{{row.p.curie}}</a></td> <td>{%if forloop.first%}<a href='{{lodspk.this.value}}'>{{lodspk.this.curie}}</a>{%endif%}</td> </tr> {% endfor %}