projects
/
docbook-dsssl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e61e3
)
Output dot before linebreak when transforming <br/>.
author
Michael Smith
<xmldoc@users.sourceforge.net>
Wed, 9 Nov 2005 12:23:37 +0000
(12:23 +0000)
committer
Michael Smith
<xmldoc@users.sourceforge.net>
Wed, 9 Nov 2005 12:23:37 +0000
(12:23 +0000)
Tested and seems to work as expected. Classsynopsis et al now
render with breaks and spaces in correct places.
xsl/manpages/html2roff.xsl
patch
|
blob
|
history
diff --git
a/xsl/manpages/html2roff.xsl
b/xsl/manpages/html2roff.xsl
index ab24d2d8c49c8f50679ad1f6706bf49b6f90e09a..0030dc17557a1c3f8c6ef2dc39f1bfaf8dee79bb 100644
(file)
--- a/
xsl/manpages/html2roff.xsl
+++ b/
xsl/manpages/html2roff.xsl
@@
-36,7
+36,7
@@
<!-- ==================================================================== -->
<xsl:template match="br">
- <xsl:element name="xsl:text"> </xsl:element>
+ <xsl:element name="xsl:text">
.
</xsl:element>
</xsl:template>
<xsl:template match="pre">