Hi,
We are displaying personal data on our website where we add microdata for better display on google.
Currently we use webpart placed in transformation to display individual data. In the start
we use
<div itemscope itemtype="http://data-vocabulary.org/Person">
which is rendedred by Kentico engine
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
Is there a way to overwite the rendering of a particular html code so it doesn't try to correct it?
Thanks
Peter