Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Backslash Being Stripped #278

Open
shefik opened this issue Nov 17, 2015 · 0 comments
Open

Backslash Being Stripped #278

shefik opened this issue Nov 17, 2015 · 0 comments
Labels
Milestone

Comments

@shefik
Copy link
Member

shefik commented Nov 17, 2015

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]

@Kaik Kaik added the Bug label May 10, 2017
@Kaik Kaik added this to the Release 4.1.0 milestone May 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants