3dkiwi has asked for the wisdom of the Perl Monks concerning the following question:
Oh great and wise ones I wish to partake in your wisdom for a moment.
I am using the CGI.pm and generating the page title via the
print $q -> start_html(-title=> 'xXxXxX™'), -style=>{'src'=>"./style.css"} );
code.
My problem is the HTML Entity (for the TradeMark) does not render properly.
I have tried the HTML::Entities module to decode the string first but with no success.
The entity works OK in the title of a standard HTML page.
Many thanks for any pearls of wisdom in advance.
3d
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML Entities in CGI.pm Titles
by moritz (Cardinal) on Nov 12, 2007 at 08:41 UTC | |
by 3dkiwi (Novice) on Nov 12, 2007 at 09:16 UTC |