madfiddler
Starting Member
United Kingdom
33 Posts |
Posted - 07 February 2005 : 08:50:14
|
I was trying to work with the user faq mod and add a new faq that explained a new forum code I had added.
However, my new forum code was turned into the appropriate HTML so you couldn't see the code sample in the FAQ when displayed!
so I tried to use the characters "ampersand-hash-0-9-1-semicolon" for example to insert an open square bracket and avoid my new forum code being processed.
Thing is in chkString of inc_func_common.asp it replaces "ampersand-hash" with "hash" so "ampersand-hash-0-9-1-semicolon" then became "hash-0-9-1-semicolon" and did not display.
I commented this line out in chkString, I can't really think why it is there. anyone any ideas? Am I safe to have done this?
Gargoyle over at www.shnforum.com suggested I come over here and ask the all-knowing HuwR.... |
|