URI:
       tconsistent string literals - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
  HTML git clone git://src.adamsgaard.dk/cosmo
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 322f09a62003901ea4b332f904b578b3d8045e5a
   DIR parent 48761360085d14c2a791899b4665adde081c7227
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 18 Nov 2015 17:55:05 +0100
       
       consistent string literals
       
       Diffstat:
         M index.php                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/index.php b/index.php
       t@@ -121,7 +121,7 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
        
                    <div class="row">
                        <?php 
       -                    include("output/" . $_GET['results_id'] . '.html');
       +                    include('output/' . $_GET['results_id'] . '.html');
                        ?>
                    </div>