(no commit message)
[utils] / crawler / kiss / src / reportToText.xsl
index 9d85cfaa57342269eba2366432dce46f2179caf7..b50728e651c14afc570c5e88cc3fea3e2cc39ef1 100644 (file)
@@ -34,7 +34,7 @@
         <xsl:value-of select="$newline"/>
       </xsl:when>
       <xsl:when test="@result = 'CONFLICT'">
-        <xsl:text>Conflicts with other recorded program</xsl:text>
+        <xsl:text>Conflicts with other recorded programs</xsl:text>
         <xsl:value-of select="$newline"/>
         <xsl:value-of select="$newline"/>
       </xsl:when>
@@ -45,7 +45,9 @@
       </xsl:when>
     </xsl:choose>
     
-    <xsl:call-template name="programTable"/>
+    <xsl:if test="not(@result='OLDSHOW')">
+        <xsl:call-template name="programTable"/>
+    </xsl:if>
     
   </xsl:template>