Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/pdf.xsl

    rc7e74d6 r2a26a4f5  
    1 <?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!--
    4 $LastChangedBy$
    5 $Date$
    6 -->
     1<?xml version='1.0' encoding='UTF-8'?>
    72
    83<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    5752  <!-- Allow URLs to be automatically hyphenated.
    5853       We have expanded the support to several inline tags.
    59        See pdf/lfs-mixed.xsl -->
    60   <xsl:param name="ulink.hyphenate" select="'&#x200B;'"/>
     54       See pdf/lfs-mixed.xsl.
     55       Note: the argument in select= is a zero-width space
     56       (unicode 200b, encoded in utf-8)-->
     57  <xsl:param name="ulink.hyphenate" select="'​'"/>
    6158
    6259  <!-- List of characters to allow ulink URLs, and supported inline tags,
Note: See TracChangeset for help on using the changeset viewer.