From f363d8c56d5a795db2354055410ed47c7c737f6a Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 4 May 2009 07:49:49 +0000 Subject: [PATCH] Convert all calls to class.attribute to calls to common.html.attributes to support dir, lang, and title attributes in html output for all elements. Fulfills feature request #1993833. --- xsl/html/admon.xsl | 6 +- xsl/html/biblio.xsl | 252 +++++++++++++++++++++-------------------- xsl/html/block.xsl | 13 ++- xsl/html/callout.xsl | 8 +- xsl/html/component.xsl | 28 ++--- xsl/html/division.xsl | 20 +--- xsl/html/footnote.xsl | 7 +- xsl/html/glossary.xsl | 16 +-- xsl/html/graphics.xsl | 8 +- xsl/html/html.xsl | 7 +- xsl/html/index.xsl | 8 +- xsl/html/info.xsl | 4 +- xsl/html/inline.xsl | 82 ++++++-------- xsl/html/math.xsl | 2 +- xsl/html/qandaset.xsl | 4 +- xsl/html/refentry.xsl | 18 +-- xsl/html/sections.xsl | 29 ++--- xsl/html/synop.xsl | 132 ++++++++++----------- xsl/html/table.xsl | 1 + xsl/html/task.xsl | 2 +- xsl/html/titlepage.xsl | 108 +++++++++--------- xsl/html/toc.xsl | 36 +++--- xsl/html/verbatim.xsl | 16 +-- xsl/html/xref.xsl | 12 +- 24 files changed, 386 insertions(+), 433 deletions(-) diff --git a/xsl/html/admon.xsl b/xsl/html/admon.xsl index 311183d72..dbb765c34 100644 --- a/xsl/html/admon.xsl +++ b/xsl/html/admon.xsl @@ -61,7 +61,7 @@
- + @@ -105,7 +105,9 @@
- + + + diff --git a/xsl/html/biblio.xsl b/xsl/html/biblio.xsl index c32bf770c..44a1a2f31 100644 --- a/xsl/html/biblio.xsl +++ b/xsl/html/biblio.xsl @@ -18,7 +18,9 @@
- + + + @@ -47,14 +49,16 @@
- + + +

- + @@ -67,7 +71,9 @@
- + + + @@ -119,7 +125,7 @@
- +

@@ -134,7 +140,7 @@

- + @@ -189,7 +195,7 @@
- +

@@ -204,12 +210,12 @@

- +

- +

@@ -270,7 +276,7 @@ - + @@ -278,7 +284,7 @@ - + @@ -286,7 +292,7 @@ - + @@ -294,7 +300,7 @@ - + @@ -302,7 +308,7 @@ - + @@ -310,7 +316,7 @@ - + @@ -318,7 +324,7 @@ - + @@ -330,7 +336,7 @@ - + @@ -338,7 +344,7 @@ - + @@ -346,7 +352,7 @@ - + @@ -354,7 +360,7 @@ - + @@ -364,7 +370,7 @@ - + @@ -389,7 +395,7 @@ - + @@ -397,7 +403,7 @@ - + @@ -414,7 +420,7 @@ - + @@ -422,7 +428,7 @@ - + @@ -430,7 +436,7 @@ - + @@ -438,7 +444,7 @@ - + @@ -446,7 +452,7 @@ - + @@ -454,7 +460,7 @@ - + @@ -462,7 +468,7 @@ - + @@ -470,7 +476,7 @@ - + @@ -478,7 +484,7 @@ - + @@ -486,7 +492,7 @@ - + @@ -496,7 +502,7 @@ - + @@ -530,7 +536,7 @@ - + @@ -538,7 +544,7 @@ - + @@ -546,7 +552,7 @@ - + @@ -554,7 +560,7 @@ - + @@ -562,7 +568,7 @@ - + @@ -570,7 +576,7 @@ - + @@ -578,7 +584,7 @@ - + @@ -586,7 +592,7 @@ - + @@ -594,7 +600,7 @@ - + @@ -602,7 +608,7 @@ - + @@ -610,7 +616,7 @@ - + @@ -618,7 +624,7 @@ - + @@ -626,7 +632,7 @@ - + @@ -634,7 +640,7 @@ - + @@ -642,7 +648,7 @@ - + @@ -650,7 +656,7 @@ - + @@ -658,7 +664,7 @@ - + @@ -666,7 +672,7 @@ - + @@ -674,7 +680,7 @@ - + @@ -686,7 +692,7 @@ - + @@ -694,7 +700,7 @@ - + @@ -702,7 +708,7 @@ - + @@ -710,14 +716,14 @@ - + - + @@ -725,7 +731,7 @@ - + @@ -733,7 +739,7 @@ - + @@ -745,14 +751,14 @@ - + - + @@ -760,7 +766,7 @@ - + @@ -768,7 +774,7 @@ - + @@ -776,7 +782,7 @@ - + @@ -784,7 +790,7 @@ - + @@ -792,7 +798,7 @@ - + @@ -801,7 +807,7 @@ - + @@ -811,7 +817,7 @@ - + doi: @@ -830,77 +836,77 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -909,7 +915,7 @@ - + @@ -933,14 +939,14 @@ - + - + @@ -957,224 +963,224 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1185,42 +1191,42 @@ - + - + - + - + - + - + @@ -1228,7 +1234,7 @@ - + @@ -1237,7 +1243,7 @@ - + doi: diff --git a/xsl/html/block.xsl b/xsl/html/block.xsl index 62613d476..431098a2b 100644 --- a/xsl/html/block.xsl +++ b/xsl/html/block.xsl @@ -86,6 +86,7 @@

+ @@ -170,7 +171,7 @@

- +
@@ -190,7 +191,7 @@
- +
@@ -202,7 +203,7 @@ - + @@ -211,7 +212,7 @@
- + @@ -327,7 +328,7 @@
- + - +
@@ -419,7 +420,7 @@

- +

diff --git a/xsl/html/callout.xsl b/xsl/html/callout.xsl index 7b5eefddb..702087bd9 100644 --- a/xsl/html/callout.xsl +++ b/xsl/html/callout.xsl @@ -51,7 +51,7 @@
- +
- +
@@ -71,7 +71,7 @@
- +
@@ -96,7 +96,7 @@ - + diff --git a/xsl/html/component.xsl b/xsl/html/component.xsl index 7236d13ee..20eff5778 100644 --- a/xsl/html/component.xsl +++ b/xsl/html/component.xsl @@ -78,11 +78,9 @@
- - + - @@ -114,11 +112,9 @@
- - + - @@ -150,11 +146,9 @@
- - + - @@ -180,11 +174,9 @@
- - + - @@ -239,11 +231,9 @@
- - + - @@ -302,11 +292,9 @@
- - + - @@ -378,11 +366,9 @@
- - + - diff --git a/xsl/html/division.xsl b/xsl/html/division.xsl index 1d2e4c2ca..7dc8e1b78 100644 --- a/xsl/html/division.xsl +++ b/xsl/html/division.xsl @@ -18,7 +18,7 @@
- + @@ -61,11 +61,7 @@
- - - - - + @@ -108,11 +104,7 @@
- - - - - + @@ -152,11 +144,7 @@
- - - - - + diff --git a/xsl/html/footnote.xsl b/xsl/html/footnote.xsl index 3b6dc2313..4ddfbbfb9 100644 --- a/xsl/html/footnote.xsl +++ b/xsl/html/footnote.xsl @@ -137,6 +137,7 @@ linkend/id:

+ @@ -269,7 +270,7 @@ linkend/id:

- +
@@ -277,7 +278,7 @@ linkend/id:
- +
@@ -291,7 +292,7 @@ linkend/id: unexpected as first child of footnote.
- +
diff --git a/xsl/html/glossary.xsl b/xsl/html/glossary.xsl index bb2a56a24..5b5e33e16 100644 --- a/xsl/html/glossary.xsl +++ b/xsl/html/glossary.xsl @@ -25,7 +25,7 @@
- + @@ -86,7 +86,7 @@ &setup-language-variable;
- + @@ -113,7 +113,7 @@
- +
@@ -135,7 +135,7 @@

- +

@@ -252,7 +252,7 @@ GlossEntry ::= - + @@ -321,7 +321,7 @@ GlossEntry ::= - + @@ -389,7 +389,7 @@ GlossEntry ::=
- + @@ -460,7 +460,7 @@ GlossEntry ::= &setup-language-variable;
- +
diff --git a/xsl/html/graphics.xsl b/xsl/html/graphics.xsl index 720528ed0..660bf92ad 100644 --- a/xsl/html/graphics.xsl +++ b/xsl/html/graphics.xsl @@ -63,7 +63,7 @@
- +
@@ -1126,7 +1126,7 @@ valign:
- + @@ -1141,7 +1141,7 @@ valign: - + @@ -1451,7 +1451,7 @@ valign:
- + diff --git a/xsl/html/html.xsl b/xsl/html/html.xsl index d1be55bd2..b12a33ac5 100644 --- a/xsl/html/html.xsl +++ b/xsl/html/html.xsl @@ -303,16 +303,21 @@ + + + - + + + diff --git a/xsl/html/index.xsl b/xsl/html/index.xsl index 3330b0eea..98a9988d6 100644 --- a/xsl/html/index.xsl +++ b/xsl/html/index.xsl @@ -25,7 +25,7 @@
- + @@ -80,7 +80,7 @@
- + @@ -115,7 +115,7 @@
- + @@ -132,7 +132,7 @@

- +

diff --git a/xsl/html/info.xsl b/xsl/html/info.xsl index 51d00dabc..492b5dae9 100644 --- a/xsl/html/info.xsl +++ b/xsl/html/info.xsl @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index a4a0ea0d9..ed0184540 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -98,7 +98,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -171,7 +171,7 @@
- + @@ -234,9 +234,7 @@ - - - + @@ -253,9 +251,7 @@ - - - + @@ -285,9 +281,7 @@ - - - + @@ -311,16 +305,14 @@ or local-name(../..) = 'table' or local-name(../..) = 'formalpara')"> - - - + - + @@ -342,7 +334,7 @@ - + @@ -401,7 +393,7 @@ - + @@ -418,7 +410,7 @@ - + @@ -435,7 +427,7 @@ - + @@ -697,7 +689,7 @@ - + @@ -742,12 +734,12 @@ - + - + @@ -784,10 +776,7 @@ - - - - + @@ -798,10 +787,7 @@ - - - - + + @@ -857,7 +843,7 @@ - + @@ -916,7 +902,7 @@ - + @@ -1003,7 +989,7 @@ - + @@ -1041,7 +1027,7 @@ - + @@ -1070,8 +1056,7 @@ - - + @@ -1161,10 +1146,9 @@ - + - @@ -1178,7 +1162,7 @@ < - + mailto: @@ -1279,7 +1263,7 @@ [ - + @@ -1316,7 +1300,7 @@ [ - + @@ -1399,7 +1383,7 @@ - + @@ -1416,7 +1400,7 @@ - + @@ -1435,7 +1419,7 @@ - + @@ -1452,7 +1436,7 @@ - + @@ -1469,7 +1453,7 @@ - + @@ -1486,7 +1470,7 @@ - + diff --git a/xsl/html/math.xsl b/xsl/html/math.xsl index dcc1281bb..2c3dfdd04 100644 --- a/xsl/html/math.xsl +++ b/xsl/html/math.xsl @@ -23,7 +23,7 @@ - + diff --git a/xsl/html/qandaset.xsl b/xsl/html/qandaset.xsl index 48702b9b7..23a5fc5c4 100644 --- a/xsl/html/qandaset.xsl +++ b/xsl/html/qandaset.xsl @@ -33,7 +33,7 @@
- + @@ -148,7 +148,7 @@
diff --git a/xsl/html/refentry.xsl b/xsl/html/refentry.xsl index 7be57c606..223b2c2f2 100644 --- a/xsl/html/refentry.xsl +++ b/xsl/html/refentry.xsl @@ -18,11 +18,9 @@
- - + - @@ -87,11 +85,9 @@
- - + -

@@ -133,8 +129,7 @@
- - + @@ -208,8 +203,7 @@
- - + @@ -241,11 +235,9 @@
- - + - diff --git a/xsl/html/sections.xsl b/xsl/html/sections.xsl index 2fe634990..dc3c16dbb 100644 --- a/xsl/html/sections.xsl +++ b/xsl/html/sections.xsl @@ -20,11 +20,9 @@
- - + - @@ -101,11 +99,9 @@
- - + - @@ -154,11 +150,9 @@
- - + - @@ -207,11 +201,9 @@
- - + - @@ -260,11 +252,9 @@
- - + - @@ -313,11 +303,9 @@
- - + - @@ -366,11 +354,10 @@
- - + - +
diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index c5aad43de..22256d30b 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -23,7 +23,7 @@
- +

@@ -183,7 +183,7 @@

-    
+    
     
   
@@ -261,7 +261,7 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - + ( @@ -376,7 +376,7 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - + ( @@ -542,7 +542,7 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - + ( @@ -629,7 +629,7 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - + ( @@ -762,7 +762,7 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)*
-    
+    
     
     
        extends
@@ -809,14 +809,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
     
        
@@ -829,7 +829,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -839,7 +839,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -849,14 +849,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
         
     
@@ -868,7 +868,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -876,7 +876,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -884,7 +884,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
     
   
@@ -892,14 +892,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     void 
   
 
 
 
   
-    
+    
     
   
 
@@ -917,14 +917,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
   
 
@@ -949,7 +949,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
   
 
   
-    
+    
     
     (
     
@@ -974,7 +974,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
     
       : 
@@ -1016,14 +1016,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
     
        
@@ -1036,7 +1036,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -1046,7 +1046,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -1056,14 +1056,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
         
     
@@ -1075,7 +1075,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -1083,7 +1083,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -1091,7 +1091,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
     
   
@@ -1099,14 +1099,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     void 
   
 
 
 
   
-    
+    
     
   
 
@@ -1116,14 +1116,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
   
 
@@ -1135,7 +1135,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
   
 
   
-    
+    
     
         
     
@@ -1168,7 +1168,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     interface 
     
     
@@ -1211,14 +1211,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
     
        
@@ -1231,7 +1231,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -1241,7 +1241,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -1251,14 +1251,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
         
     
@@ -1270,7 +1270,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -1278,7 +1278,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -1286,7 +1286,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
     
   
@@ -1294,14 +1294,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     void 
   
 
 
 
   
-    
+    
     
   
 
@@ -1311,14 +1311,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
   
 
@@ -1329,7 +1329,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
   
   
   
-    
+    
     
         
     
@@ -1363,7 +1363,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     package 
     
     ;
@@ -1393,14 +1393,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
     
        
@@ -1413,7 +1413,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -1423,7 +1423,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
@@ -1433,14 +1433,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
         
     
@@ -1452,7 +1452,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -1460,7 +1460,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
      
   
@@ -1468,7 +1468,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     
     
   
@@ -1476,14 +1476,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
 
 
   
-    
+    
     void 
   
 
 
 
   
-    
+    
     
   
 
@@ -1493,14 +1493,14 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     , 
   
   
-    
+    
     
   
 
 
 
   
-    
+    
     
   
 
@@ -1512,7 +1512,7 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
   
 
   
-    
+    
     sub 
 
     
diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl
index ffb428837..50e679ec9 100644
--- a/xsl/html/table.xsl
+++ b/xsl/html/table.xsl
@@ -800,6 +800,7 @@
           
         
 
+        
         
           
             
diff --git a/xsl/html/task.xsl b/xsl/html/task.xsl
index 560adf5a5..40c258dc7 100644
--- a/xsl/html/task.xsl
+++ b/xsl/html/task.xsl
@@ -36,7 +36,7 @@
                               or self::titleabbrev)]"/>
 
   
- + diff --git a/xsl/html/titlepage.xsl b/xsl/html/titlepage.xsl index 16f5c8db4..92ac2dabe 100644 --- a/xsl/html/titlepage.xsl +++ b/xsl/html/titlepage.xsl @@ -122,7 +122,7 @@ - +
@@ -130,7 +130,7 @@
- + @@ -160,7 +160,7 @@ and $use.extensions != '0' and $linenumbering.extension != '0'">
- + @@ -173,7 +173,7 @@
- + @@ -188,14 +188,14 @@
- +
- +
@@ -207,12 +207,12 @@
- +

- + @@ -244,18 +244,18 @@
- +
+

Authors

-
@@ -263,7 +263,7 @@ - +
@@ -279,7 +279,7 @@ - +
@@ -287,21 +287,21 @@ - +
- +
- +
@@ -309,7 +309,7 @@ - +
@@ -317,7 +317,7 @@ - +
@@ -329,7 +329,7 @@ - +
@@ -337,7 +337,7 @@ - +
@@ -347,13 +347,13 @@ - +  
- +

@@ -367,7 +367,7 @@

- + @@ -418,14 +418,14 @@

- +

- +
@@ -433,7 +433,7 @@ - +
@@ -441,7 +441,7 @@ - +
@@ -449,7 +449,7 @@

- + @@ -465,7 +465,7 @@ - +
@@ -478,7 +478,7 @@ - +
@@ -486,7 +486,7 @@ - +
@@ -494,7 +494,7 @@ - +
@@ -502,7 +502,7 @@ - +
@@ -513,7 +513,7 @@ - +
@@ -521,7 +521,7 @@ - +
@@ -529,7 +529,7 @@ - +
@@ -578,7 +578,7 @@

- +
@@ -589,7 +589,7 @@
- +
@@ -603,7 +603,7 @@ - +
@@ -617,7 +617,7 @@ - +
@@ -625,7 +625,7 @@ - +
@@ -674,7 +674,7 @@ - +
@@ -682,7 +682,7 @@ - +
@@ -690,14 +690,14 @@
- +
- +
@@ -705,7 +705,7 @@ - +
@@ -731,7 +731,7 @@ - +
@@ -739,7 +739,7 @@ - +
@@ -772,7 +772,7 @@
- +
@@ -915,7 +915,7 @@ - +
@@ -923,7 +923,7 @@ - +
@@ -934,14 +934,14 @@

- +

- +
@@ -965,7 +965,7 @@

- + @@ -988,7 +988,7 @@ - +
diff --git a/xsl/html/toc.xsl b/xsl/html/toc.xsl index bffd2a03e..0b9059b32 100644 --- a/xsl/html/toc.xsl +++ b/xsl/html/toc.xsl @@ -82,10 +82,10 @@
- +
- +
@@ -127,10 +127,10 @@
- +
- +
@@ -159,9 +159,9 @@
- + - + @@ -169,7 +169,7 @@ - + @@ -183,14 +183,14 @@
- +
  • - +
  • @@ -202,13 +202,13 @@
    - +
  • - +
  • @@ -245,14 +245,14 @@
    - +
    - +
    @@ -270,7 +270,7 @@
    - +
    @@ -289,7 +289,7 @@
    - +
    @@ -309,7 +309,7 @@
    - +
    @@ -332,14 +332,14 @@
    - +
    - +
    diff --git a/xsl/html/verbatim.xsl b/xsl/html/verbatim.xsl index a9ae0d652..7eed4a119 100644 --- a/xsl/html/verbatim.xsl +++ b/xsl/html/verbatim.xsl @@ -62,7 +62,7 @@
    -        
    +        
             
               
                 
    @@ -75,7 +75,7 @@
         
         
           
    -        
    +        
             
               
                 
    @@ -121,7 +121,7 @@
           
             
               
    -            
    +            
                 
                   
                 
    @@ -129,7 +129,7 @@