View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005395 | mantisbt | bugtracker | public | 2005-03-29 12:19 | 2010-04-23 23:22 |
| Reporter | johnwebbcole | Assigned To | dhx | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | git trunk | ||||
| Summary | 0005395: allow html certain html tags with parameters | ||||
| Description | In the config, you can allow certain html tags in bugnotes, but it specifically says do not include tags that have parameters (# do NOT include tags that have parameters (eg. <font face="arial">)). Our logfiles are colorized and can be exported to HTML, here is an example:
I'm not sure if the above will work (I have placed the snippet in pre tags) so I'll attach a file as well. If the <div> tag could be allowed with the style attribute, then we should be able to paste our logs directly into mantis and have the colored properly. | ||||
| Tags | No tags attached. | ||||
| Attached Files | logsnippet.html (613 bytes)
<html> <body> <div style="font-family: MS Sans Serif; font-size: 8.5pt; color: red">29-Mar-2005 10:57:18 CuaSecurityMgr::LoadLicenseSettings *** FATAL!*** Could not load license settings, could not find entry for machine ZOMBIE2K MAC: 0003FF5EF5FC <br> </div> <div style="font-family: MS Sans Serif; font-size: 8.5pt; color: blue">29-Mar-2005 10:57:18 :: No license found for uaMaintenance on this machine. <br> </div> <div style="font-family: MS Sans Serif; font-size: 8.5pt; color: black">29-Mar-2005 10:57:18 modMainField::InitMenusAndLayers Initializing state machine...</div> </body> </html> | ||||
| duplicate of | 0010835 | new | Allow html tags that have parameters. |