NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/45470: Website does not show para's in sect2's



The following reply was made to PR misc/45470; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: misc/45470: Website does not show para's in sect2's
Date: Wed, 19 Oct 2011 11:54:31 -0500 (CDT)

 > Index: share/xsl/webpage.xsl
 > ===================================================================
 > RCS file: /cvsroot/htdocs/share/xsl/webpage.xsl,v
 > retrieving revision 1.48
 > diff -u -r1.48 webpage.xsl
 > --- share/xsl/webpage.xsl       7 Jul 2011 10:07:47 -0000       1.48
 > +++ share/xsl/webpage.xsl       20 Aug 2011 10:27:15 -0000
 > @@ -479,6 +479,7 @@
 >      <hr/>
 >      <h3 class="title"><xsl:apply-templates select="title" mode="plaintext"/>
 >      </h3>
 > +    <xsl:apply-templates select="para" mode="plaintext"/>
 >      <xsl:for-each select="sect3">
 >        <xsl:apply-templates/>
 >      </xsl:for-each>
 
 Should this be plain text?
 
  <h3 class="title">Examining the CD image</h3>
 +        It is possible to mount the cd image to examine the filesystem you
 +        just created.
 +   
 
 So it is missing <p> ... </p> tags around it.
 
 I removed the  mode="plaintext"/ part and it worked for me.
 
 But what about other markup matching? I think some generic way is 
 missing, but for now I will commit this as is -- but keep ticket open so 
 it is evaluated and fixed correctly.
 


Home | Main Index | Thread Index | Old Index