Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Win2000
-
Number of attachments :
Description
In my faq.fml, the first two lines are:
<?xml version="1.0" encoding="ISO-8859-1"?>
<faqs title="Ofte Stilte Sp?rsm?l">
(or: <faqs title="Ofte Stilte Sporsmal">)
I assumed that this text would end up both in the window title and the section header. What I get in the faq.html, however, is no addition to the window title, and the hard coded section name "Frequently Asked Questions".
*******************************
In the faq.html I get
<title>
Project Name -
</title>
and
<h3>
<a name="Frequently Asked Questions">Frequently Asked Questions</a>
</h3>
*******************************
Harald Ommang
to get the non ascii characters in the title, you can use the title element instead of the attribute. It should run like that out of the box. Working on the other problem (the section name="title attribute")..