OMP categories showing html entity encoding in breadcrumbs

OMP categories showing html entity encoding in breadcrumbs (see screenshot).
This happens since we upgraded from 3.3 to 3.4

Frontend:

HTML:

<div class="page page_catalog_category">
	<nav class="cmp_breadcrumbs cmp_breadcrumbs_catalog" role="navigation">
	<ol>
		<li>
			<a href="https://home.com">
				Home
			</a>
			<span class="separator">/</span>
		</li>
		<li class="current" aria-current="page">
			<span aria-current="page">
				Literature &amp;amp; Language
			</span>
		</li>
	</ol>
	</nav>
		<h1>Literature &amp; Language</h1>
<div class="monograph_count">
	5 Titel
</div>

DB entries:

What application are you using?
OMP 3.4.0.7

Hi @edelm,

I’ll file this for a fix in Github; please watch there for an update:

Regards,
Alec Smecher
Public Knowledge Project Team

Hi Alec
Great, thanks a lot!

This topic was automatically closed after 9 days. New replies are no longer allowed.