Pārlūkot izejas kodu

swap order of reference and translation

Pi 1 gadu atpakaļ
vecāks
revīzija
33e324beca
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      xml/pg_view_style.xsl

+ 4 - 1
xml/pg_view_style.xsl

@@ -81,7 +81,10 @@ All rights reserved.
                 <xsl:when test="$elementtype = 'translation'">
                 </xsl:when>
                 <xsl:otherwise>
-                <td class="opt-md opt-lg opt-xl opt-xxl" style="line-height: 0.5;"><xsl:value-of select="preceding-sibling::translation"/><p/><xsl:value-of select="translate(translate(.,' ','&#160;'),'-','&#8209;')"/></td>
+                  <td class="opt-md opt-lg opt-xl opt-xxl" style="line-height: 0.5;">
+                  <xsl:value-of select="translate(translate(.,' ','&#160;'),'-','&#8209;')"/>
+                  <p/>
+                  <xsl:value-of select="preceding-sibling::translation"/></td>
                 </xsl:otherwise>
                 </xsl:choose>
               </xsl:for-each>