Opened 5 years ago
Closed 5 years ago
#7052 closed defect (bug) (duplicate)
dashes are merged in a PRE and CODE tags if other tags are used inside
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.5.1 |
| Severity: | normal | Keywords: | dash, dashes |
| Cc: |
Description
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.
Change History (1)
comment:1
Viper007Bond — 5 years ago
- Milestone 2.7 deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Newer ticket has more details + patch: #7056