fix umlauts (#1150)

https://github.com/easy-wi/developer/issues/1149
This commit is contained in:
Lacrimosa99 2018-09-07 12:08:51 +02:00 committed by GitHub
parent be5d6e1850
commit 41361e7af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@
<h3 class="timeline-header"><?php echo $sprache->writer.': '.$table_row['writer'];?> ...</h3>
<div class="timeline-body">
<?php echo $table_row['ticket'];?>
<?php echo html_entity_decode($table_row['ticket']);?>
</div>
</div>
</li>
@ -60,4 +61,4 @@
</ul>
</div>
</div>
</section>
</section>