fix: #80 special characters not displayed properly

This commit is contained in:
grandeljay 2023-08-17 10:52:55 +02:00
parent 38c8ed4ca5
commit 27b7af64b8

View file

@ -128,6 +128,13 @@ $page->navigation();
<h3 class="ui header"><?= __('Fixed') ?></h3>
<ul>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Special characters not being displayed properly');
?>
<a href="https://github.com/grandeljay/wishthis/issues/80" target="_blank">#80</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */