id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
798	BBCode inside PRE tags is being parsed	jbk	davea	Fixed the same issue for CODE tags but didn't fix it for PRE tags.\r\n\r\nThe reason is that CODE blocks use divs with stylesheets allowing us to use escaping of [ to break out of the BBCode parsing recursion. Pre tags are implemented directly as HTML pre tags and hence do not allow escaping (the escape code would show up instead of the actual char).\r\n\r\nThe solution is of course to make PRE blocks do the same thing as CODE blocks do now:\r\n1) Add a style for pre divs and convince all projects to update their CSS\r\n2) Make 'pre's do what 'code's do now in text_transform.php - with the exception that they use the 'pre' CSS class instead of 'code'\r\n\r\n	Defect	closed	Trivial	Undetermined	Web - Forums	6.2.19	fixed	bbcode	
