You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
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.
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]
The text was updated successfully, but these errors were encountered: