Modify ↓
#206 closed defect (fixed)
rss output for <title> needs to be encapsulated CDATA
Reported by: | rocky | Owned by: | daniel |
---|---|---|---|
Priority: | normal | Milestone: | 0.6.1 |
Component: | general | Version: | 0.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Need to do something to the effect of:
<title> <![CDATA[ My text and my embedded link, <a href="hello.html">test</a>. ]]> </title>
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
Milestone: | → 0.6.1 |
---|
comment:2 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 14 years ago
CDATA in <title> tag is not working for me… i put it in IE7.
Infact what i want is.. show title in two lines. how can i break the title to show in two lines?
Note:
See TracTickets
for help on using tickets.
Fixed in [367].