Skip to content

Commit

Permalink
Quote the newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Alama committed Jul 5, 2013
1 parent 54a3ad6 commit 26a44dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion render-tptp.xsl
Expand Up @@ -7,7 +7,7 @@
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- Variables -->
<!-- //////////////////////////////////////////////////////////////////// -->
<xsl:variable name="newline" select="&#10;"/>
<xsl:variable name="newline" select="&apos;&#10;&apos;"/>

<!-- //////////////////////////////////////////////////////////////////// -->
<!-- Templates -->
Expand Down
2 changes: 1 addition & 1 deletion render-tptp.xsltxt
Expand Up @@ -7,7 +7,7 @@ output method="text";
// Variables
//////////////////////////////////////////////////////////////////////

$newline = `&#10;`;
$newline = `'&#10;'`;

//////////////////////////////////////////////////////////////////////
// Templates
Expand Down

0 comments on commit 26a44dd

Please sign in to comment.