﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
7052	dashes are merged in a PRE and CODE tags if other tags are used inside	dzverbg	anonymous	"I am trying to paste multiple dashes and I don't want they to merge in a long dash.

a/ if I use pre or code tag, it is ok
b/ if I use pre, then a, it's not ok any more.


{{{
<pre>mysql> select count(*) from topblogs;                                           +----------+
| count(*) |
+----------+
|      666 |
+----------+
1 row in set (0.00 sec)</pre> IS OK

<pre><a href=mysql>mysql</a>> select count(*) from topblogs;
+----------+
| count(*) |
+----------+
|      666 |
+----------+
1 row in set (0.00 sec)</pre>

is not ok, dashes are merged.
}}}"	defect (bug)	closed	normal		General	2.5.1	normal	duplicate	dash, dashes	
