Changes between Version 1 and Version 3 of Ticket #1454


Ignore:
Timestamp:
May 25, 2018, 11:42:18 AM (8 years ago)
Author:
Torsten Riemer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1454

    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #1454 – Description

    v1 v3  
    66Funktion: decode_utf8($string)
    77war vorher:
     8{{{
    89$string = decode_utf8($string);
     10}}}
    911ist jetzt
     12{{{
    1013$string = encode_htmlentities(decode_utf8($string));
     14}}}