You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/08 22:01:00 UTC

[jira] Commented: (MPFAQ-1) FAQ plugin does not use FAQ title correctly

The following comment has been added to this issue:

     Author: Martin van den Bemt
    Created: Mon, 8 Dec 2003 3:00 PM
       Body:
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")..
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPFAQ-1


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPFAQ-1
    Summary: FAQ plugin does not use FAQ title correctly
       Type: Bug

     Status: Open
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-faq-plugin

   Assignee: Martin van den Bemt
   Reporter: Harald Ommang

    Created: Tue, 11 Nov 2003 6:47 AM
    Updated: Mon, 8 Dec 2003 3:00 PM
Environment: Win2000

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


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org