Bug 130425
Summary: | Can't embed HTML in localized strings | ||
---|---|---|---|
Product: | [Retired] Red Hat Network | Reporter: | Ryan Bloom <rbb> |
Component: | RHN/R&D | Assignee: | Ryan Bloom <rbb> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fanny Augustin <fmoquete> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | RHN Devel | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-08-24 13:18:57 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 125080 |
Description
Ryan Bloom
2004-08-20 13:37:42 UTC
Use CDATA around the body of the tag: for example: <msg id="errors.header"><![CDATA[<div class="local-alert"><ul>]]></msg> Feel free to close this bug if this works for you. It definitely works for me and was my intention to use CDATA for all messages that contain XML or HTML. CDATA should most definitely work. I suggested this to Ryan last week. Turns out it is a combination of CDATA and telling the JSP to not escape the xml tags. Fixed now. |