Forum Discussion

Wojciech_Starow's avatar
Wojciech_Starow
Icon for Nimbostratus rankNimbostratus
Jul 13, 2007

Maintenance page with HTML special characters

Hi,

 

I want to create maintanance page. It's simple I know, but when I try to insert code below:

 

content="text/html; charset=iso-8859-2">

 

I get following errors

 

[parse error: extra characters after close-quote][undefined procedure: /head] 

 

How can I put special characters? Is there any chance that also national characters would work?

 

Thanks for help

1 Reply

  • Ok I found it. There should be ' instead of ".

     

    Also bigip has problems with national "ó" character. When inserting there should be & + oacute; After next update of rule this character is broken and I should replace ? character one more time with & + oacute;

     

    I think topic could be closed.