[code] picks up tags within

SirDice

Administrator
Staff member
Administrator
Moderator
I just edited a post that looked bad, turns out the poster did the right thing but in the pasted tcpdump(8) output the forum picked up on the [S] inside it.

For example:
Code:
11:21:34.312029 IP x.x.x.x.46575 > y.y.y.y.80: Flags [S], seq 527088394, win 29200, options [mss 1350,sackOK,TS val 428133 ecr 0,nop,wscale 7], length 0[/S]


This gets really messy. I more or less solved it by embedding a [noparse] within:
Code:
[noparse]11:21:34.312029 IP x.x.x.x.46575 > y.y.y.y.80: Flags [S], seq 527088394, win 29200, options [mss 1350,sackOK,TS val 428133 ecr 0,nop,wscale 7], length 0[/noparse]

But shouldn't this happen automagically? I mean, doesn't [code] also imply [noparse]?
 
Back
Top