filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 678858db53258a0e03497ca167556a2bfea50958
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 8 14:20:03 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon May 8 17:56:27 2023 +0200

    Fix typo
    
    Change-Id: Ie6383936bd199646b7b76937c6a2d5a1066536d1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151508
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl 
b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index de1e9750aa43..da397ac9c24d 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1087,7 +1087,7 @@
                     <xsl:text> padding:0; </xsl:text>
                     <xsl:choose>
                         <xsl:when test="@text:anchor-type='as-char'">
-                            <!-- images being used as character are not 
floating and ar not positioned (CSS position:static being the default)-->
+                            <!-- images being used as character are not 
floating and are not positioned (CSS position:static being the default)-->
                             <!--<xsl:text> position:static;</xsl:text>-->
                         </xsl:when>
                         <xsl:when test="@text:anchor-type!='as-char'">

Reply via email to