Skip to content
Snippets Groups Projects
Commit 611720a8 authored by Jean-Pascal Kanter's avatar Jean-Pascal Kanter :speech_balloon: Committed by Robert Lange
Browse files

refs #22603 [finc] minor correction ajax/resolverLink, an errand <br> to much

parent 9811e3d8
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
'title' => $link['service_type'] ?? '', 'title' => $link['service_type'] ?? '',
'class' => !empty($link['access']) ? 'access-' . $link['access'] : '' 'class' => !empty($link['access']) ? 'access-' . $link['access'] : ''
] ]
) ?> <br /> ) ?>
<?php /* finc-specific change #5334 - CK */ ?> <?php /* finc-specific change #5334 - CK */ ?>
<small> <small>
<?= isset($link['coverage']) ? $this->escapeHtml($link['coverage']) : '' ?> <?= isset($link['coverage']) ? $this->escapeHtml($link['coverage']) : '' ?>
......
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