URI:
       tfix percentage sign - 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 2137127d83c5968daca02dc8a2b087575399b1f9
   DIR parent c4cc96524ef09c984bd8e1c9f59f00e2ce358944
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 18 Nov 2015 20:19:28 +0100
       
       fix percentage sign
       
       Diffstat:
         M matlab/generate_plots.m             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -749,7 +749,7 @@ end
        
        html = [html, '            <td>', num2str(sum(epsilon_int_75)/Nwalkers),'</td>\n'...
            '        </tr>\n'...
       -    '        <tr style="border-bottom:1px solid black"><td colspan="100%"></td></tr>\n'...
       +    '        <tr style="border-bottom:1px solid black"><td colspan="100%%"></td></tr>\n'...
            '    </tbody>\n'...
            '</table>\n'...
            ];