]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typo in CSS text-align property
authorJirka Kosek <jirka@kosek.cz>
Tue, 25 Oct 2011 15:27:25 +0000 (15:27 +0000)
committerJirka Kosek <jirka@kosek.cz>
Tue, 25 Oct 2011 15:27:25 +0000 (15:27 +0000)
xsl/xhtml5/html5-element-mods.xsl

index d48db8e588e6d6d3401b545798d64edf4a964d57..a1362d9a82578c8a4d33b9dc74bd45c98d553495 100644 (file)
         </xsl:when>
 
         <xsl:when test="local-name() = 'align'">
-          <xsl:text>align: </xsl:text>
+          <xsl:text>text-align: </xsl:text>
           <xsl:value-of select="."/>
           <xsl:text>; </xsl:text>
         </xsl:when>
     <div class="footnotes">
       <xsl:call-template name="footnotes.attributes"/>
       <br/>
-      <hr style="width: 100; align: {$direction.align.start};"/>
+      <hr style="width: 100; text-align: {$direction.align.start};"/>
       <xsl:apply-templates select="$footnotes" mode="process.footnote.mode"/>
     </div>
   </xsl:if>