some kind of problem in [cmd] tag

When I insert cmd tag with visual interface, I don't see message and it has to be edited to be corrected

for example:
[CMD="cd /"][/CMD]
 
That's wrong:

Code:
[font="Courier New"][[/font]CMD="cd /"][font="Courier New"][[/font]/CMD]

That's ok:

Code:
[font="Courier New"][[/font]CMD="#"]cd /[font="Courier New"][[/font]/CMD]
 
Back
Top