AKSW / site.ontowiki

HTML Content Publishing system on top of Linked Data
6 stars 7 forks source link

Literal Helper doesn't output A-links anymore. #32

Closed white-gecko closed 11 years ago

white-gecko commented 11 years ago

Since one of the last commits the Literal Helper changed his behavior from outputting a-Links to not linked text. Is there a way of achieving this behavior again?

$this->literals(array('property' => 'rdfs:isDefinedBy', 'tag' => 'dd'));

output before:

<dd property='http://www.w3.org/2000/01/rdf-schema#isDefinedBy' resource='http://vocab.ub.uni-leipzig.de/bibrm/'><a href="http://vocab.ub.uni-leipzig.de/bibrm/">http://vocab.ub.uni-leipzig.de/bibrm/</a></dd>

output now:

<dd property="http://www.w3.org/2000/01/rdf-schema#isDefinedBy" resource="http://vocab.ub.uni-leipzig.de/bibrm/">Vocabulary for Biblioraphical Electronic Resource Management</dd>

I like that it outputs the title now, but how can I also get it linked as before?

kkda commented 11 years ago

Reverted. I will add title output in another way.