diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-07-04 07:03:04 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-07-04 07:03:04 +0000 |
commit | f88d8d41b5c4faa3884d97905d916f5f8a80eade (patch) | |
tree | e4618050ed7e36f5897ec4b8c726e439ef30bc38 /docbook | |
parent | 828641b2ad727b9b8d6411e8d3ff2bd541f4971f (diff) | |
download | wireshark-f88d8d41b5c4faa3884d97905d916f5f8a80eade.tar.gz wireshark-f88d8d41b5c4faa3884d97905d916f5f8a80eade.tar.bz2 wireshark-f88d8d41b5c4faa3884d97905d916f5f8a80eade.zip |
add a link to special documentation
svn path=/trunk/; revision=14843
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/custom_layer_pdf.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl index e411d0a1e7..fed620a369 100644 --- a/docbook/custom_layer_pdf.xsl +++ b/docbook/custom_layer_pdf.xsl @@ -28,6 +28,7 @@ <xsl:param name="ulink.show" select="0"/> <!-- hyphenate URL's after the slash --> +<!-- (http://docbook.sourceforge.net/release/xsl/current/doc/fo/ulink.hyphenate.html) --> <xsl:param name="ulink.hyphenate" select="'​'"></xsl:param> <!-- don't allow section titles to be hyphenated --> |