Ignore:
Timestamp:
01/23/2024 08:32:33 AM (3 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
bb2adff7
Parents:
a38df1e
Message:

Replace some utf-8 encoded chars with char entities

It has been said that some chars were not readable as utf-8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/dump-commands.xsl

    ra38df1e r2a2f7d9  
    6363
    6464  <xsl:template match="userinput">
    65     <xsl:text>
    66 </xsl:text>
     65    <xsl:text>&#xA;</xsl:text>
    6766    <xsl:if test=".//replaceable">
    6867      <xsl:text># This block must be edited to suit your needs.</xsl:text>
    6968    </xsl:if>
    70     <xsl:text>
    71 </xsl:text>
     69    <xsl:text>&#xA;</xsl:text>
    7270    <xsl:apply-templates/>
    73     <xsl:text>
    74 </xsl:text>
     71    <xsl:text>&#xA;</xsl:text>
    7572    <xsl:if test=".//replaceable">
    7673      <xsl:text># End of editable block.</xsl:text>
    7774    </xsl:if>
    78     <xsl:text>
    79 </xsl:text>
     75    <xsl:text>&#xA;</xsl:text>
    8076  </xsl:template>
    8177
Note: See TracChangeset for help on using the changeset viewer.