Bug 170468

Summary: SGML Tag for QUOTE arent working in HTML conversion
Product: Documentation Reporter: Edson Brandi <ebrandi>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Edson Brandi 2012-08-08 01:10:01 UTC
Build process of documentation in html format arent converting the SGML tags for QUOTE into ""

Fix: 

This problem will stop if you disable tidy or if you deinstall tidy-lib-090315.c_1
How-To-Repeat: 1. Update your port tree;
2. Install metaport textproc/docproj
3. Choose your prefered document, for example en_US.ISO8859-1/books/fdp-primer
4. Build document using make
5. take a look in output files in html format to confirm that QUOTE tags arent converted.

If you used fdp-primer document, take a look for example in chapter 10, and check that phrase:

While it may be argued that a capital letter following a period denotes a new sentence, this is not the case, especially in name usage. "Jordan K. Hubbard" is a go

It will be missing "" around Jordan name. This behaviour repeat for every quote tag in any documents.
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2012-09-05 05:51:30 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Take.
Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2012-09-14 15:54:42 UTC
State Changed
From-To: open->closed

Fixed, thanks!