]> git.lyx.org Git - features.git/commitdiff
InsetLayout does not understand HTMLClass
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 4 Dec 2022 21:39:44 +0000 (16:39 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 4 Dec 2022 21:39:44 +0000 (16:39 -0500)
lib/layouts/aastex.layout
lib/layouts/aguplus.inc
lib/layouts/apa.layout
lib/layouts/apax.inc
lib/layouts/bicaption.module
lib/layouts/scrclass.inc
lib/layouts/stdinsets.inc

index af33b05548fa2a2547233a8704e1ebd11e6f5672..58b8b14ba18193278572cbbd46e910110191f641 100644 (file)
@@ -619,7 +619,7 @@ InsetLayout Caption:FigCaption
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-figcaption"
+       HTMLAttr "class='float-caption float-caption-figcaption'"
 End
 
 
index ce90f5353e703306839522b20936d53b6c45afe2..7453b2a9af935ad2a4f64093759d66b475bc5ba6 100644 (file)
@@ -222,7 +222,7 @@ InsetLayout Caption:Table
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-table"
+       HTMLAttr "class='float-caption float-caption-table'"
 End
 
 
index 409f1604ea2b890600489f0c8f6ad6e0790a2e05..57af913dce4162189b4a7c5bc38842b44b36a6ad 100644 (file)
@@ -300,7 +300,7 @@ InsetLayout Caption:Centered
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-centered"
+       HTMLAttr "class='float-caption float-caption-centered'"
 End
 
 
index abdb62919ae1b4e8fd45b5180423f68fb9723c50..9a51d372f26c273e99ed7f19058d617d2cafe1d7 100644 (file)
@@ -399,7 +399,7 @@ InsetLayout Caption:Centered
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-centered"
+       HTMLAttr "class='float-caption float-caption-centered'"
 End
 
 
index cbe2a8be06da1d7afd1aaf83b13ec577242828a8..d3b258a9e062145a4eaf1536cd46ac09bfbf6047 100644 (file)
@@ -62,5 +62,5 @@ InsetLayout Caption:Bicaption
           margin: 1ex;
          }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-bicaption"
+       HTMLAttr "class='float-caption float-caption-bicaption'"
 End
index 0538909af1f9931d3069fdab5b54331a4a3b39eb..b1c1c9f2dac368895d362f19a21be0baaa8e921a 100644 (file)
@@ -335,7 +335,7 @@ InsetLayout Caption:Above
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-above"
+       HTMLAttr "class='float-caption float-caption-above'"
 End
 
 
@@ -360,7 +360,7 @@ InsetLayout Caption:Below
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-below"
+       HTMLAttr "class='float-caption float-caption-below'"
 End
 
 
index 364afe6149b48f98216314f0efbe904b7e0e0038..cac502d6bdc4b694b5d7dd99482ca345b0b86091 100644 (file)
@@ -666,7 +666,7 @@ InsetLayout Info:menu
        Font
          Family              sans
        EndFont
-       HTMLClass             "info menu'"
+       HTMLAttr             "class='info menu'"
        HTMLStyle
                span.menu { font-family: sans-serif; }
        EndHTMLStyle
@@ -685,7 +685,7 @@ InsetLayout Info:shortcut
        Font
          Family              sans
        EndFont
-       HTMLCLass             "info shortcut"
+       HTMLAttr             "class='info shortcut'"
        HTMLStyle
                span.shortcut { font-family: sans-serif; }
        EndHTMLStyle
@@ -706,7 +706,7 @@ InsetLayout Info:shortcuts
        Font
          Family              sans
        EndFont
-       HTMLClass             "info shortcut"
+       HTMLAttr             "class='info shortcut'"
        HTMLStyle
                span.shortcuts { font-family: sans-serif; }
        EndHTMLStyle
@@ -737,7 +737,7 @@ InsetLayout Caption:Standard
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLClass "float-caption float-caption-standard"
+       HTMLAttr "class='float-caption float-caption-standard'"
 End