El Viernes, 17 de Marzo de 2006 18:23, Bruce Dubbs escribió:

> It appears that we have a problem with the tidy program to make the html
> pretty.  I'll make sure the latest version is being used.

Actually is an issue with the obfuscate.sh script.

Is was created for when all links was rendered in italic, placing {i} HTML 
tags around the name.  But later in BLFS the XSL code was modified to output 
external links in bold, placing {span class="ulink"} around the name.

When tidy indent the line like 

{a href="mailto:......"}{span class=
"ulink"}............{/span}

obfuscate.sh do well their work. But when tidy indent it like

{a href="mailto:......"}{span class="ulink"}.......
......[/span}

obfuscate.sh outputs

{a href="mailto:......  class="ulink"}.......
......[/span}

The perl/sed syntax used in obfuscate.sh is very complicated to try to fix it 
myself.
 

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.com
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to