fix: #80 special characters not displayed properly
This commit is contained in:
parent
38c8ed4ca5
commit
27b7af64b8
1 changed files with 7 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue