a.binder 8 年 前
コミット
0d309c8701
1 ファイル変更1 行追加2 行削除
  1. 1 2
      SE/schema/WPS_Functions/send_email/send_email.xsl

+ 1 - 2
SE/schema/WPS_Functions/send_email/send_email.xsl

@@ -77,11 +77,10 @@
                     <arg line='-a "{$out.pdf}"'/>
                     <arg line='-s "Wiadomosc"'/>
                     <arg>
-                        <xsl:attribute name="line"><xsl:text>'-- </xsl:text>
+                        <xsl:attribute name="line"><xsl:text>-- </xsl:text>
                             <xsl:for-each select="send_email:send_email.send_email_from_xml_parsed.xml.child">
                                 <xsl:value-of select="text()"/><xsl:text> </xsl:text>
                             </xsl:for-each>
-                            <xsl:text>'</xsl:text>
                         </xsl:attribute>
                     </arg>
                 </exec>