Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsf93 committed Apr 30, 2024
1 parent 94c704b commit c17cc10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/block.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,9 @@ LIDER: {$ldr}

{assign var="noveQuatroZero" value=""}
{foreach from=$localizedAbstracts item=abstract}
{assign var="noveQuatroZero" value=$noveQuatroZero|cat:" a"|cat:$abstract|cat:" "}
{assign var="abstractEdt" value=$abstract|replace:'
':' '|replace:'<br>':' '|replace:'<br />':' '|replace:'<br/>':' '|replace:'<p>':' '|replace:'</p>':' '|replace:'<strong>':' '|replace:'</strong>':' '|replace:'<sup>':' '|replace:'</sup>':' '|replace:'<em>':' '|replace:'</em>':' '}
{assign var="noveQuatroZero" value=$noveQuatroZero|cat:" a"|cat:$abstractEdt|cat:" "}
{/foreach}


Expand Down

0 comments on commit c17cc10

Please sign in to comment.