~ubuntu-branches/ubuntu/wily/yelp-xsl/wily

« back to all changes in this revision

Viewing changes to xslt/mallard/html/mal2html-media.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-05-25 12:04:24 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110525120424-gsvebuszy3p5mdfa
Tags: 3.0.2-1
* New upstream release.
* Update to standards version 3.9.2, no change needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
  <xsl:variable name="style" select="concat(' ', @style, ' ')"/>
295
295
  <xsl:variable name="class">
296
296
    <xsl:choose>
 
297
      <xsl:when test="contains($style, ' floatstart ')">
 
298
        <xsl:text> floatstart</xsl:text>
 
299
      </xsl:when>
 
300
      <xsl:when test="contains($style, ' floatend ')">
 
301
        <xsl:text> floatend</xsl:text>
 
302
      </xsl:when>
297
303
      <xsl:when test="contains($style, ' floatleft ')">
298
304
        <xsl:text> floatleft</xsl:text>
299
305
      </xsl:when>