summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/install-scripts/windows-unattend.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/install-scripts/windows-unattend.xml b/data/install-scripts/windows-unattend.xml
index e140617..d4e1b98 100644
--- a/data/install-scripts/windows-unattend.xml
+++ b/data/install-scripts/windows-unattend.xml
@@ -51,9 +51,9 @@
<xsl:when test="config/pre-install-drivers-disk != ''">
<xsl:value-of select="config/pre-install-drivers-disk"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>A</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>A</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>
@@ -62,9 +62,9 @@
<xsl:when test="config/pre-install-drivers-location != ''">
<xsl:value-of select="config/pre-install-drivers-location"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>\</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>\</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>
@@ -270,9 +270,9 @@
<xsl:when test="config/pre-install-drivers-disk != ''">
<xsl:value-of select="config/pre-install-drivers-disk"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>A</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>A</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>
@@ -281,9 +281,9 @@
<xsl:when test="config/pre-install-drivers-location != ''">
<xsl:value-of select="config/pre-install-drivers-location"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>\</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>\</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>