Bug in forum [code][/code] tags

5 posts / 0 new
Last post
CellarDweller
Offline
Joined: 2004-12-22
Bug in forum [code][/code] tags

I noticed when making a level diagram with the code tags, that the '+' sign for showing Sokoban on a goal doesn't work. For example, this:

##########
#.+.. #
##########

Should be showing Sokoban on a goal, but it comes out like this:


  

EDIT: The problem is fixed, so this looks okay now.

Using the '@' symbol will make Sokoban show up (as it's supposed to), but still not on a goal:


  

It would be nice to have the '+' work properly so we can show Sokoban on a goal. Smile

minglw
Offline
Joined: 2005-10-20

I noticed when making a level diagram with the code tags, that the '+' sign for showing Sokoban on a goal doesn't work. For example, this:

##########
#.+.. #
##########

Should be showing Sokoban on a goal, but it comes out like this:


  

Using the '@' symbol will make Sokoban show up (as it's supposed to), but still not on a goal:


  

It would be nice to have the '+' work properly so we can show Sokoban on a goal. :)

I think I know the problem to this..... it's probably because the "+" sign is treated as concatenation character.

CellarDweller
Offline
Joined: 2004-12-22

Would this work?


  

Apparently not. Biggrin

minglw
Offline
Joined: 2005-10-20
Would this work?

  

Apparently not. :D

Great find... apparently you replied while I was in the middle of testing and editing. Wink

bjorn
Offline
Joined: 2013-04-18

Hi,

problem solved! The + is translated to a space in an URL.
Fixed it by replacing the + with a P.

Björn