Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/blockDoi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{capture assign=translatedDoi}{translate key="doi.readerDisplayName"}{/capture}
<strong>{translate key="semicolon" label=$translatedDoi}</strong>
<a href="{$doiUrl}">
{$doi}
{$doi|escape}
</a>
</div>
{/if}
</div>
</div>
4 changes: 2 additions & 2 deletions templates/blockReferences.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<p>{$parsedCitation->getCitationWithLinks()|strip_unsafe_html} {call_hook name="Templates::Article::Details::Reference" citation=$parsedCitation}</p>
{/foreach}
{else}
{$publication->getData('citationsRaw')|nl2br}
{$publication->getData('citationsRaw')|escape|nl2br}
{/if}
</div>
</div>
</div>
{/if}
{/if}
6 changes: 3 additions & 3 deletions templates/displayInline.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @uses $supplementaryGalleys array List of article galleys that are supplementary
* @uses $inlineHtmlGalley string The HTML content of the Article Galley
*}
{include file="frontend/components/header.tpl" pageTitleTranslated=$publication->getLocalizedFullTitle(null, 'html')|strip_unsafe_html|escape}
{include file="frontend/components/header.tpl" pageTitleTranslated=$publication->getLocalizedFullTitle(null, 'html')|strip_unsafe_html}

<div class="page page_article">
{if $section}
Expand All @@ -30,10 +30,10 @@

<header>
<h1 class="page-header">
{$publication->getLocalizedTitle(null, 'html')|strip_unsafe_html|escape}
{$publication->getLocalizedTitle(null, 'html')|strip_unsafe_html}
{if $publication->getLocalizedData('subtitle')}
<small>
{$publication->getLocalizedSubTitle(null, 'html')|strip_unsafe_html|escape}
{$publication->getLocalizedSubTitle(null, 'html')|strip_unsafe_html}
</small>
{/if}
</h1>
Expand Down
4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<version>
<application>inlineHtmlGalley</application>
<type>plugins.generic</type>
<release>1.4.0.0</release>
<date>2026-08-20</date>
<release>1.4.0.1</release>
<date>2026-09-04</date>
<lazy-load>1</lazy-load>
<class>InlineHtmlGalleyPlugin</class>
</version>