#16598 closed defect (bug) (invalid)
<code>Code here<strong>and here</strong></code> got my "and here" bold
Reported by: | JoaoVr | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I need to show a piece of code that has <strong></strong> on it, I asumed that <code> tag would deactive other tags but its not workig, it made my code bold.
On:
<code>Code here<strong>and here</strong></code> got my "and here" bold
The result was:
Code hereand here
Change History (3)
Note: See
TracTickets for help on using
tickets.
That is the way html works...use Visual editor it encodes all those html tags.