zikula-modules / DizkusModule

Official repository for Dizkus, a fully integrated forum solution for Zikula 1.4+
21 stars 7 forks source link

Backslash Being Stripped #278

Open shefik opened 8 years ago

shefik commented 8 years ago

When posting PHP code in the forum, using [code=php]...[/code], backslashes are being stripped after new page load. When problem also occurs, even when not using [code]. As a temporary work-around, you have to put a double-backslash \\Example to have to result as \Example.

Submitting this:

[code=php]namespace Zikula\ExampleModule\Api;[/code]

Results as this:

[code=php]namespace ZikulaExampleModuleApi;[/code]