Bug 37627

Summary: Wrong implementation of <warning> tags in french docbook
Product: Documentation Reporter: Marc Fonvieille <marc>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
freebsd.dsl.diff none

Description Marc Fonvieille 2002-05-01 14:20:01 UTC
When we use 
<warning>
  <para>blah blah.</para>
</warning>

the html ouput is:
<p><b>Avertissement</b>blah blah.</p>

instead of:

<p><b>Avertissement:</b> blah blah.</p>

Fix: Apply this patch on fr_FR.ISO8859-1/share/sgml/freebsd.dsl
	
How-To-Repeat: Read any doc using <warning> tags, french translation of doc about Euro
symbol for example.
Comment 1 Sebastien Gioria freebsd_committer freebsd_triage 2002-05-26 19:34:33 UTC
State Changed
From-To: open->closed

Committed. Thanks !!!