(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-3) was last changed on 04-May-2007 13:03 by 87.160.218.210  

This page was created on 04-May-2007 10:35 by 87.160.218.210

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 4 added 11 lines
* simple Unicode html entities passthrough like Π or † or Φ by
{{{
$Line = str_replace('&', '&', $Line);
// allow special chars // mk 04.07
$Line = preg_replace("|&(\w{2,6});|", "&\\1;", $Line);
$Line = preg_replace("|&(#\d{3,4});|", "&\\1;", $Line);
}}}
Version Date Modified Size Author Changes ... Change note
3 04-May-2007 13:03 0.639 kB 87.160.218.210 to previous
2 04-May-2007 13:02 0.617 kB 87.160.218.210 to previous | to last unicode passthrough
1 04-May-2007 10:35 0.34 kB 87.160.218.210 to last setup
« This page (revision-3) was last changed on 04-Mai-2007 13:03 by 87.160.218.210