Hi team, I have a problem adding the "label" field of the custom fields in an article, I am using "layout 2" and on line 236 I added the following code:
<ul class="custom-fields">
<?php if (isset($this->item->jcfields[4])): ?>
<li class="ct-field institucion">
<span class="field-label">Institución otorgante:</span>
<span class="field-value"><?php echo $this->item->jcfields[4]->value; ?></span>
</li>
?php endif ;?>
</ul>
In the article you can see the custom fields correctly [https://tinyurl.com/35emabbn] but there are errors in the accents and special characters such as the letter "ñ", attached screenshot [https://ibb.co/Z1c3JZ8]