Change default video mode indicator
This commit is contained in:
parent
6c6decc7ae
commit
07e48c3026
4 changed files with 4 additions and 4 deletions
|
|
@ -941,7 +941,7 @@
|
|||
<xsl:variable name="mode">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@mode"><xsl:value-of select="@mode"/></xsl:when>
|
||||
<xsl:otherwise>7</xsl:otherwise>
|
||||
<xsl:otherwise>null</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="screenWidth">
|
||||
|
|
|
|||
Loading…
Reference in a new issue