Changeset b20b32f for doc/user-guide/docbook.xsl
- Timestamp:
- 2005-11-28T01:14:06Z (19 years ago)
- Branches:
- master
- Children:
- 65e2ce1, cfcc587
- Parents:
- 2cdd8ce (diff), dfde8e0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/docbook.xsl
r2cdd8ce rb20b32f 19 19 20 20 <xsl:template match="ircaction"> 21 <xsl:text> * </xsl:text><xsl:value-of select="@nick"/><xsl: value-of select="normalize-space(.)"/><xsl:text> </xsl:text>21 <xsl:text> * </xsl:text><xsl:value-of select="@nick"/><xsl:text> </xsl:text><xsl:value-of select="normalize-space(.)"/><xsl:text> </xsl:text> 22 22 </xsl:template> 23 23
Note: See TracChangeset
for help on using the changeset viewer.