-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Location: Control panel, Plugins Section, Plugin configuration
Browser: Chrome
Webserver: Apache 2
SpaceBukkit version: 1.2.1
Minecraft Server: Regular, recommended Bukkit
OS (Web):Apache 2.2, Debian Squeeze
SpaceModule #81
RTK R10 14.5
It turns 'special characters', an apostrophe for example, into some weird character code. Like, if I make changes in plugin configuration, make prefix "[&aGuest&f]" for example, it turns it to ?quot;[?amp;aGuest?amp;f]?quot; and saves it that way. Also, it replaces ALL of these special characters (slashes included) into weird combinations and saves them, whis is breaking the configuration file, so it makes that editor unusuable.
Note: I replaced & characters with ?, cause GitHub automatically showed the right form, [&aGuest&f], instead of combinations what is shown in configuration editor.