Skip to content
Snippets Groups Projects
Commit 834212df authored by Viola Elsenhans's avatar Viola Elsenhans Committed by Robert Lange
Browse files

refs #22158 [finc] add h2 element for tite in list-entry

parent 9c22d131
No related merge requests found
......@@ -60,7 +60,8 @@
<?php /* finc adds aria-lable and aria-describedby #18019 */ ?>
<?php $describedById = $driver->getSourceIdentifier() . '|' . $driver->getUniqueId(); ?>
<a href="<?=$this->recordLink()->getUrl($this->driver)?>" class="getFull" data-view="<?=$this->params->getOptions()->getListViewOption() ?>">
<span id="<?=$describedById?>" class="title" lang=""><?=$this->record($this->driver)->getTitleHtml()?></span>
<?php /* finc: change span to h2 element #22158 */ ?>
<h2 id="<?=$describedById?>" class="title" lang=""><?=$this->record($this->driver)->getTitleHtml()?></h2>
</a>
<?php endif; ?>
<?php /* finc: restore missing favorites #17375 - END */ ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment