[Swift-commit] r7064 - SwiftApps/tryswift

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu Sep 12 14:30:12 CDT 2013


Author: davidk
Date: 2013-09-12 14:30:12 -0500 (Thu, 12 Sep 2013)
New Revision: 7064

Modified:
   SwiftApps/tryswift/tryswift.php
Log:
Formatting


Modified: SwiftApps/tryswift/tryswift.php
===================================================================
--- SwiftApps/tryswift/tryswift.php	2013-09-12 19:07:12 UTC (rev 7063)
+++ SwiftApps/tryswift/tryswift.php	2013-09-12 19:30:12 UTC (rev 7064)
@@ -1,7 +1,7 @@
 <link rel="stylesheet" type="text/css" href="tryswift-php.css">
 <html><head><title>Try Swift Results</title></head>
 <body>
-<div id=\"header\"><hr>Try Swift</hr></div>
+<div id="header"><hr>Try Swift</hr></div>
 <table cellspacing="0" title="Swift Source Code">
 
 <?PHP
@@ -54,6 +54,7 @@
 print "</table>\n";
 print "<table cellspacing=\"0\" title=\"Swift Results\">\n";
 print "<caption>Swift Execution</caption>\n";
+print "<br>\n";
 
 # Run Swift
 $process = proc_open($cmd, $descriptorspec, $pipes, realpath('./'), array());
@@ -65,7 +66,7 @@
     }   
 }
 
-echo "</table></pre>";
+print "</table></pre><br>";
 proc_close($process);
 
 # List output files




More information about the Swift-commit mailing list